Skip to content

Commit

Permalink
feat(golangci-lint): upgrade to v1.58.0 (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski committed May 4, 2024
1 parent d5cd1cf commit abdad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ WORKDIR /home/circleci/
RUN curl -sSL https://raw.githubusercontent.com/securego/gosec/master/install.sh | sh -s -- -b "$(go env GOPATH)/bin" v2.19.0

# Install go deps.
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.57.2 && \
RUN go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.58.0 && \
go install github.com/alexfalkowski/gocovmerge@latest && \
go install golang.org/x/vuln/cmd/govulncheck@latest && \
go install gotest.tools/gotestsum@v1.11.0 \
Expand Down

0 comments on commit abdad93

Please sign in to comment.