Skip to content

Commit

Permalink
tools: updating to v1.45.0 of golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Apr 4, 2022
1 parent 96ebf13 commit 35b4a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tools:
go install github.com/katbyte/terrafmt@latest
go install golang.org/x/tools/cmd/goimports@latest
go install mvdan.cc/gofumpt@latest
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH || $$GOPATH)/bin v1.41.1
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $$(go env GOPATH || $$GOPATH)/bin v1.45.0

build: fmtcheck generate
go install
Expand Down

0 comments on commit 35b4a98

Please sign in to comment.