Skip to content

Commit

Permalink
switch lint to 1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Apr 6, 2020
1 parent b3beec1 commit d32b1ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.20.0
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b $GITHUB_WORKSPACE v1.24.0
GO111MODULE=off go get -u -v github.com/mattn/goveralls
- name: run linters
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ issues:
exclude-use-default: false

service:
golangci-lint-version: 1.20.x
golangci-lint-version: 1.24.x

0 comments on commit d32b1ea

Please sign in to comment.