Skip to content

Commit

Permalink
latest lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Feb 12, 2024
1 parent e10a804 commit b190f42
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 @@ -24,7 +24,7 @@ jobs:
go-version: 1.17

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

- name: Test
run: make lint test

0 comments on commit b190f42

Please sign in to comment.