Skip to content

Commit 19c0952

Browse files
chore(deps): update dependency golangci/golangci-lint to v2.3.1
1 parent 5f1b4b2 commit 19c0952

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

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

0 commit comments

Comments
 (0)