Skip to content

Commit

Permalink
Update go linter to work with newer go features
Browse files Browse the repository at this point in the history
  • Loading branch information
dpippenger committed Mar 21, 2024
1 parent c1c880e commit debd6ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
${{ runner.os }}-go-
- name: Install dependencies
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.51.2
run: curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.1

- name: Run test suite
run: make test
Expand Down

0 comments on commit debd6ce

Please sign in to comment.