We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 908af5c commit 88ccd32Copy full SHA for 88ccd32
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.62.2
+ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.63.3
44
RUN ls -la $(which golangci-lint)
45
46
SAVE IMAGE --push tochemey/docker-go:1.23.4-${VERSION}
0 commit comments