Skip to content

Commit 04c83cf

Browse files
chore(deps): update dependency golangci/golangci-lint to v2
1 parent 23f899b commit 04c83cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ golang-base:
4040

4141
# install linter
4242
# 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
43+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.1.4
4444
RUN ls -la $(which golangci-lint)
4545

4646
SAVE IMAGE --push tochemey/docker-go:1.24.0-${VERSION}

0 commit comments

Comments
 (0)