Skip to content

Commit ebcc692

Browse files
Update dependency golangci/golangci-lint to v2
1 parent 9f3f6c8 commit ebcc692

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
@@ -77,7 +77,7 @@ RUN mkdir -p /tmp/gotestsum \
7777
# go linting: (this package should NOT be installed via go get)
7878
# https://github.com/golangci/golangci-lint#binary
7979
# https://github.com/golangci/golangci-lint/releases
80-
RUN GOLANG_CI_LINT_VERSION="1.64.8" \
80+
RUN GOLANG_CI_LINT_VERSION="2.1.5" \
8181
&& curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
8282
| sh -s -- -b $(go env GOPATH)/bin v${GOLANG_CI_LINT_VERSION}
8383

0 commit comments

Comments
 (0)