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 23f899b commit ebcb4a2Copy full SHA for ebcb4a2
Earthfile
@@ -40,7 +40,7 @@ golang-base:
40
41
# install linter
42
# binary will be $(go env GOPATH)/bin/golangci-lint
43
- RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.64.8
+ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.2
44
RUN ls -la $(which golangci-lint)
45
46
SAVE IMAGE --push tochemey/docker-go:1.24.0-${VERSION}
0 commit comments