Skip to content

Commit febb1cc

Browse files
committed
chore: Upgrade golangci-lint to v1.54.2
1 parent 68944c9 commit febb1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ FROM builder AS linter
3333

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

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

0 commit comments

Comments
 (0)