Skip to content

Commit

Permalink
Merge pull request #510 from lochjin/main
Browse files Browse the repository at this point in the history
upgrade golangci-lint
  • Loading branch information
dindinw authored Aug 30, 2023
2 parents 6129d1a + 0cf0ccd commit 2316038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: solcjs --version && ls && cd testutils/cmds/ && sudo go run compile_solidity.go && cd ../../

- name: linter
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.46.2
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2

- name: Build
run: |
Expand Down

0 comments on commit 2316038

Please sign in to comment.