diff --git a/README.md b/README.md index 4d4ff317..9bc669b6 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.2` | +| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.3` | | [`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 fa8ecda6..5908185b 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.2" +ENV GOVULNCHECK_VERSION="v1.0.3" 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 b02919e5..8b9179c8 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.2" +ENV GOVULNCHECK_VERSION="v1.0.3" 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 74c98085..0503ad8b 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.2" +ENV GOVULNCHECK_VERSION="v1.0.3" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" ENV TICKERYZER_VERSION="v0.0.3" @@ -91,7 +91,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.2" +ENV GOVULNCHECK_VERSION="v1.0.3" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" ENV TOMLL_VERSION="v2.1.1"