Skip to content

Commit

Permalink
Bump golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed May 7, 2020
1 parent 0eb4718 commit 1fb27af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go mod verify
go mod download
LINT_VERSION=1.24.0
LINT_VERSION=1.26.0
curl -fsSL https://github.com/golangci/golangci-lint/releases/download/v${LINT_VERSION}/golangci-lint-${LINT_VERSION}-linux-amd64.tar.gz | \
tar xz --strip-components 1 --wildcards \*/golangci-lint
mkdir -p bin && mv golangci-lint bin/
Expand Down

0 comments on commit 1fb27af

Please sign in to comment.