We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3f6c8 commit ebcc692Copy full SHA for ebcc692
Dockerfile
@@ -77,7 +77,7 @@ RUN mkdir -p /tmp/gotestsum \
77
# go linting: (this package should NOT be installed via go get)
78
# https://github.com/golangci/golangci-lint#binary
79
# https://github.com/golangci/golangci-lint/releases
80
-RUN GOLANG_CI_LINT_VERSION="1.64.8" \
+RUN GOLANG_CI_LINT_VERSION="2.1.5" \
81
&& curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh \
82
| sh -s -- -b $(go env GOPATH)/bin v${GOLANG_CI_LINT_VERSION}
83
0 commit comments