Skip to content

Commit

Permalink
Merge pull request #687 from smallstep/max/golangci-bump
Browse files Browse the repository at this point in the history
Bump golangci-lint to latest
  • Loading branch information
dopey authored Aug 30, 2021
2 parents 9e7a3cd + 6ec8a1f commit 08115f5
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 @@ -29,7 +29,7 @@ ci: testcgo build

bootstra%:
# Using a released version of golangci-lint to take into account custom replacements in their go.mod
$Q curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.39.0
$Q curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(shell go env GOPATH)/bin v1.42.0

.PHONY: bootstra%

Expand Down

0 comments on commit 08115f5

Please sign in to comment.