diff --git a/README.md b/README.md index e9fda512..86f6cd41 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The following linting tools are included in the `go-ci-stable`, | Linter | Version | | --------------------------------------------------------------------- | --------------------- | -| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.6` (`v0.4.6`) | +| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.7` (`v0.4.7`) | | [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.56.2` | | [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.4` | | [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index 2976b003..8b5c71c8 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -27,7 +27,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.56.2" -ENV STATICCHECK_VERSION="v0.4.6" +ENV STATICCHECK_VERSION="v0.4.7" ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 05f73c05..4e97a58e 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -16,7 +16,7 @@ FROM amd64/golang:1.22.0-bookworm as builder ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.56.2" -ENV STATICCHECK_VERSION="v0.4.6" +ENV STATICCHECK_VERSION="v0.4.7" ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" @@ -121,7 +121,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.56.2" -ENV STATICCHECK_VERSION="v0.4.6" +ENV STATICCHECK_VERSION="v0.4.7" ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index ece1c20c..326a3b28 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -22,7 +22,7 @@ ENV GOLANGCI_LINT_VERSION="v1.56.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. -ENV STATICCHECK_VERSION="v0.4.6" +ENV STATICCHECK_VERSION="v0.4.7" ENV GOVULNCHECK_VERSION="v1.0.4" # ENV HTTPERRORYZER_VERSION="v0.0.1" @@ -133,7 +133,7 @@ ENV GOLANGCI_LINT_VERSION="v1.56.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. -ENV STATICCHECK_VERSION="v0.4.6" +ENV STATICCHECK_VERSION="v0.4.7" ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1"