Skip to content

Commit

Permalink
bump golangci/golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Jun 3, 2024
1 parent 8efb1b2 commit 4232ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/install-requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PROJECT_ROOT="${CURRENT_DIR}"/..

echo "> Install Go packages/binaries"

curl -sfL "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" | sh -s -- -b $(go env GOPATH)/bin v1.54.2
curl -sfL "https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh" | sh -s -- -b $(go env GOPATH)/bin v1.58.1

GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...

Expand Down

0 comments on commit 4232ea9

Please sign in to comment.