Skip to content

Commit

Permalink
change golint to v1.63.4
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksraiden committed Jan 5, 2025
1 parent 5962fe1 commit 2d2a118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
export GOPATH=$HOME/go
export PATH=$PATH:$GOPATH/bin
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.63.3
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.63.4
make lint
build-test:
Expand Down

0 comments on commit 2d2a118

Please sign in to comment.