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