diff --git a/README.md b/README.md index 0a014def..99eb74cc 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The following linting tools are included in the `go-ci-stable`, | --------------------------------------------------------------------- | --------------------- | | [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.6` (`v0.4.6`) | | [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.55.2` | -| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.3` | +| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.4` | | [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` | | [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.8` | | [`orijtech/tickeryzer`](https://github.com/orijtech/tickeryzer) | `v0.0.3` | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index 504dea98..0bf0c206 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -28,7 +28,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.55.2" ENV STATICCHECK_VERSION="v0.4.6" -ENV GOVULNCHECK_VERSION="v1.0.3" +ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" ENV TICKERYZER_VERSION="v0.0.3" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 6f48d9da..82be4617 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -28,7 +28,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.55.2" ENV STATICCHECK_VERSION="v0.4.6" -ENV GOVULNCHECK_VERSION="v1.0.3" +ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" ENV TICKERYZER_VERSION="v0.0.3" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index 116bba35..2a28d12d 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -24,7 +24,7 @@ ENV GOLANGCI_LINT_VERSION="v1.55.2" # the latest upstream build of the tool is installed in this image. ENV STATICCHECK_VERSION="v0.4.6" -ENV GOVULNCHECK_VERSION="v1.0.3" +ENV GOVULNCHECK_VERSION="v1.0.4" # ENV HTTPERRORYZER_VERSION="v0.0.1" # ENV STRUCTSLOP_VERSION="v0.0.8" # ENV TICKERYZER_VERSION="v0.0.3" @@ -135,7 +135,7 @@ ENV GOLANGCI_LINT_VERSION="v1.55.2" # the latest upstream build of the tool is installed in this image. ENV STATICCHECK_VERSION="v0.4.6" -ENV GOVULNCHECK_VERSION="v1.0.3" +ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" ENV TOMLL_VERSION="v2.1.1"