Skip to content

Commit

Permalink
build: Use latest golangci-linter.
Browse files Browse the repository at this point in the history
  • Loading branch information
jholdstock committed Aug 24, 2023
1 parent ff9a6f4 commit 55d2797
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 @@ -17,6 +17,6 @@ jobs:
- name: Build
run: go build ./...
- name: Install Linters
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.53.3"
run: "curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.54.2"
- name: Test and Lint
run: ./run_tests.sh

0 comments on commit 55d2797

Please sign in to comment.