Skip to content

Commit 88ccd32

Browse files
chore(deps): update dependency golangci/golangci-lint to v1.63.3
1 parent 908af5c commit 88ccd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

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

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

0 commit comments

Comments
 (0)