Skip to content

Commit

Permalink
chore: Upgrade golangci-lint to v1.54.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Neurostep committed Sep 20, 2023
1 parent 68944c9 commit febb1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ FROM builder AS linter

# binary will be $(go env GOPATH)/bin/golangci-lint
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
| sh -s -- -b $(go env GOPATH)/bin v1.51.1
| sh -s -- -b $(go env GOPATH)/bin v1.54.2

# install goimports
RUN go install golang.org/x/tools/cmd/[email protected]
Expand Down

0 comments on commit febb1cc

Please sign in to comment.