diff --git a/README.md b/README.md index 1961a8a2..cbc45a09 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ The following linting tools are included in the `go-ci-stable`, | Linter | Version | | --------------------------------------------------------------------- | --------------------- | | [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.3` (`v0.4.3`) | -| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.54.0` | +| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.54.1` | | [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.0` | | [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` | | [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.8` | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index af144a59..098f81b6 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -20,7 +20,7 @@ LABEL org.opencontainers.image.description="Docker container image used to lint, Based on the latest version of the current outgoing stable golang image." LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" -ENV GOLANGCI_LINT_VERSION="v1.54.0" +ENV GOLANGCI_LINT_VERSION="v1.54.1" ENV STATICCHECK_VERSION="v0.4.3" ENV GOVULNCHECK_VERSION="v1.0.0" ENV HTTPERRORYZER_VERSION="v0.0.1" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index b55b03ef..bcff6bbe 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -20,7 +20,7 @@ LABEL org.opencontainers.image.description="Docker container image used to lint, Based on the latest version of the current stable golang image." LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" -ENV GOLANGCI_LINT_VERSION="v1.54.0" +ENV GOLANGCI_LINT_VERSION="v1.54.1" ENV STATICCHECK_VERSION="v0.4.3" ENV GOVULNCHECK_VERSION="v1.0.0" ENV HTTPERRORYZER_VERSION="v0.0.1" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index 154b2951..0c7143cf 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -12,7 +12,7 @@ FROM golang:1.21-bookworm as builder # 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.54.0" +ENV GOLANGCI_LINT_VERSION="v1.54.1" # 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. @@ -73,7 +73,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" # 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.54.0" +ENV GOLANGCI_LINT_VERSION="v1.54.1" # 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.