Skip to content

Commit

Permalink
chore: bump golangci-lint version (#360)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <zroubali@redhat.com>
  • Loading branch information
zroubalik authored May 25, 2021
1 parent eb47dc7 commit f62303b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ test-integration:
go test -tags integration ./...

bin/golangci-lint:
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.28.0
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v1.40.1

check: bin/golangci-lint
./bin/golangci-lint run --timeout 300s
Expand Down

0 comments on commit f62303b

Please sign in to comment.