Skip to content

Commit eadf7f2

Browse files
chore(deps): update dependency golangci/golangci-lint to v1.60.2 (#87)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 199cca9 commit eadf7f2

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

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

0 commit comments

Comments
 (0)