Skip to content

Commit

Permalink
ci: Upgrade workflow + linter (#695)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitpokhrel committed Jan 6, 2024
1 parent 4680a87 commit 54cec0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '^1.20.2'
go-version: '^1.21.5'

- name: Install dependencies
run: make deps
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ install:
lint:
@if ! command -v golangci-lint > /dev/null 2>&1; then \
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | \
sh -s -- -b "$$(go env GOPATH)/bin" v1.51.2 ; \
sh -s -- -b "$$(go env GOPATH)/bin" v1.55.2 ; \
fi
golangci-lint run ./...

Expand Down

0 comments on commit 54cec0a

Please sign in to comment.