From ced2e03e3cd8c0a16fbc20f31cfc786fee8ae324 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 17 Jan 2024 06:56:36 -0600 Subject: [PATCH] Update golang.org/x/vuln to v1.0.2 - Update Dockerfile ENV values - Update README tools version table refs GH-1308 --- README.md | 2 +- oldstable/combined/Dockerfile | 2 +- stable/combined/Dockerfile | 2 +- unstable/combined/Dockerfile | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 53e1c3f9..4d4ff317 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.1` | +| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.2` | | [`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 643b1b90..fa8ecda6 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.1" +ENV GOVULNCHECK_VERSION="v1.0.2" 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 7bba483f..b02919e5 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.1" +ENV GOVULNCHECK_VERSION="v1.0.2" 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 60aabe41..dbbb817a 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.1" +ENV GOVULNCHECK_VERSION="v1.0.2" 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.1" +ENV GOVULNCHECK_VERSION="v1.0.2" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" ENV TOMLL_VERSION="v2.1.1"