We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 669a23e commit b937c6eCopy full SHA for b937c6e
Earthfile
@@ -38,7 +38,7 @@ golang-base:
38
39
# install linter
40
# binary will be $(go env GOPATH)/bin/golangci-lint
41
- RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
+ RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.0
42
RUN ls -la $(which golangci-lint)
43
44
SAVE IMAGE --push tochemey/docker-go:1.22.2-${VERSION}
0 commit comments