Skip to content

Commit

Permalink
Update golangci-lint to v1.64.5
Browse files Browse the repository at this point in the history
- Update Dockerfile ENV values
- Update README tools version table

refs GH-1936
  • Loading branch information
atc0005 committed Feb 21, 2025
1 parent a26bbf3 commit 4c2a46a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Unless indicated otherwise, the following linting tools are included in the
| Linter | Version |
| --------------------------------------------------------------------- | ------------------- |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2025.1` (`v0.6.0`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.63.4` |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.64.5` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.4` |
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.30.0` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.2.3` |
Expand Down
4 changes: 2 additions & 2 deletions oldstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM amd64/golang:1.23.6-bookworm as builder
# https://github.com/atc0005/go-ci/issues/1188
ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV GOLANGCI_LINT_VERSION="v1.64.5"
ENV STATICCHECK_VERSION="v0.6.0"
ENV DEADCODE_VERSION="v0.30.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
Expand Down Expand Up @@ -74,7 +74,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.63.4"
ENV GOLANGCI_LINT_VERSION="v1.64.5"
ENV STATICCHECK_VERSION="v0.6.0"
ENV DEADCODE_VERSION="v0.30.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
Expand Down
4 changes: 2 additions & 2 deletions stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV GOTOOLCHAIN="local"
# ENV GOLANGCI_LINT_VERSION="FORK-go1.23-support-2024-07-31"

# Latest upstream
ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV GOLANGCI_LINT_VERSION="v1.64.5"

ENV STATICCHECK_VERSION="v0.6.0"
ENV DEADCODE_VERSION="v0.30.0"
Expand Down Expand Up @@ -91,7 +91,7 @@ ENV GOTOOLCHAIN="local"
# ENV GOLANGCI_LINT_VERSION="FORK-go1.23-support-2024-07-31"

# Latest upstream
ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV GOLANGCI_LINT_VERSION="v1.64.5"

# ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5"
ENV STATICCHECK_VERSION="v0.6.0"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV GOTOOLCHAIN="local"
# all available Go versions are stable versions (e.g., no alpha, beta or rc
# versions).
#
ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV GOLANGCI_LINT_VERSION="v1.64.5"

# 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 @@ -109,7 +109,7 @@ ENV GOTOOLCHAIN="local"
# all available Go versions are stable versions (e.g., no alpha, beta or rc
# versions).
#
ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV GOLANGCI_LINT_VERSION="v1.64.5"

# 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 4c2a46a

Please sign in to comment.