Skip to content

Commit b937c6e

Browse files
chore(deps): update dependency golangci/golangci-lint to v1.58.0 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 669a23e commit b937c6e

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
@@ -38,7 +38,7 @@ golang-base:
3838

3939
# install linter
4040
# binary will be $(go env GOPATH)/bin/golangci-lint
41-
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.57.2
41+
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.58.0
4242
RUN ls -la $(which golangci-lint)
4343

4444
SAVE IMAGE --push tochemey/docker-go:1.22.2-${VERSION}

0 commit comments

Comments
 (0)