Skip to content

Commit

Permalink
Merge pull request #1461 from atc0005/i1460-update-golangci-lint-to-v…
Browse files Browse the repository at this point in the history
…1.57.2

Update golangci-lint from v1.57.1 to v1.57.2
  • Loading branch information
atc0005 authored Mar 29, 2024
2 parents b705713 + b923be4 commit 5e99019
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ The following linting tools are included in the `go-ci-stable`,
| Linter | Version |
| --------------------------------------------------------------------- | --------------------- |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.7` (`v0.4.7`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.57.1` |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.57.2` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.4` |
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.19.0` |
| [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` |
Expand Down
2 changes: 1 addition & 1 deletion oldstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"
# https://github.com/atc0005/go-ci/issues/1188
ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.57.1"
ENV GOLANGCI_LINT_VERSION="v1.57.2"
ENV STATICCHECK_VERSION="v0.4.7"
ENV DEADCODE_VERSION="v0.19.0"
ENV GOVULNCHECK_VERSION="v1.0.4"
Expand Down
4 changes: 2 additions & 2 deletions stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM amd64/golang:1.22.1-bookworm as builder
# https://github.com/atc0005/go-ci/issues/1188
ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.57.1"
ENV GOLANGCI_LINT_VERSION="v1.57.2"
ENV STATICCHECK_VERSION="v0.4.7"
ENV DEADCODE_VERSION="v0.19.0"
ENV GOVULNCHECK_VERSION="v1.0.4"
Expand Down Expand Up @@ -123,7 +123,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"
# https://github.com/atc0005/go-ci/issues/1188
ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.57.1"
ENV GOLANGCI_LINT_VERSION="v1.57.2"
ENV STATICCHECK_VERSION="v0.4.7"
ENV DEADCODE_VERSION="v0.19.0"
ENV GOVULNCHECK_VERSION="v1.0.4"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ENV GOTOOLCHAIN="local"
# A current dev branch build (mirrored to fork) is used for pre-release Go
# versions, otherwise the latest upstream build of the tool is installed in
# this image.
ENV GOLANGCI_LINT_VERSION="v1.57.1"
ENV GOLANGCI_LINT_VERSION="v1.57.2"

# A current master branch build is used for pre-release Go versions, otherwise
# the latest upstream build of the tool is installed in this image.
Expand Down Expand Up @@ -132,7 +132,7 @@ ENV GOTOOLCHAIN="local"
# A current dev branch build (mirrored to fork) is used for pre-release Go
# versions, otherwise the latest upstream build of the tool is installed in
# this image.
ENV GOLANGCI_LINT_VERSION="v1.57.1"
ENV GOLANGCI_LINT_VERSION="v1.57.2"

# A current master branch build is used for pre-release Go versions, otherwise
# the latest upstream build of the tool is installed in this image.
Expand Down

0 comments on commit 5e99019

Please sign in to comment.