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 5f1b4b2 commit 19c0952Copy full SHA for 19c0952
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 v2.2.2
+ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.3.1
44
RUN ls -la $(which golangci-lint)
45
46
SAVE IMAGE --push tochemey/docker-go:1.24.0-${VERSION}
0 commit comments