Skip to content

Commit

Permalink
update linter version
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Apr 9, 2022
1 parent 4355984 commit 2a32259
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 @@ -30,7 +30,7 @@ jobs:
- name: install golangci-lint and goveralls
run: |
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.24.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.45.0
GO111MODULE=off go get -u -v github.com/mattn/goveralls
- name: run linters
Expand Down

0 comments on commit 2a32259

Please sign in to comment.