From 007ad759ed46b130e83c64676695e662a5cbd978 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 17 Jul 2024 06:01:21 -0500 Subject: [PATCH] Update golang.org/x/vuln to v1.1.3 - Update Dockerfile ENV values - Update README tools version table refs GH-1628 --- README.md | 2 +- oldstable/combined/Dockerfile | 2 +- stable/combined/Dockerfile | 4 ++-- unstable/combined/Dockerfile | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d9990bf1..96d6f769 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Unless indicated otherwise, the following linting tools are included in the | [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.7` (`v0.4.7`) (`stable` and `oldstable` images) | | [`staticcheck`](https://github.com/dominikh/go-tools) | `2024.1rc1` (`v0.5.0-rc.1`) (`unstable` image) | | [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.59.1` (`stable` and `oldstable` images) | -| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.2` | +| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.3` | | [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.23.0` | | [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` (`oldstable` image) | | [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.8` (`oldstable` image) | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index 58d35eb0..763a0f8a 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -29,7 +29,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.59.1" ENV STATICCHECK_VERSION="v0.4.7" ENV DEADCODE_VERSION="v0.23.0" -ENV GOVULNCHECK_VERSION="v1.1.2" +ENV GOVULNCHECK_VERSION="v1.1.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 c59ab80a..9c0a570a 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -18,7 +18,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.59.1" ENV STATICCHECK_VERSION="v0.4.7" ENV DEADCODE_VERSION="v0.23.0" -ENV GOVULNCHECK_VERSION="v1.1.2" +ENV GOVULNCHECK_VERSION="v1.1.3" # ENV HTTPERRORYZER_VERSION="v0.0.1" # ENV STRUCTSLOP_VERSION="v0.0.8" # ENV TICKERYZER_VERSION="v0.0.3" @@ -136,7 +136,7 @@ ENV TICKERYZER_VERSION="66a42ca5c152aced76c5186e92a4ae653440f02d" ENV GOLANGCI_LINT_VERSION="v1.59.1" ENV STATICCHECK_VERSION="v0.4.7" ENV DEADCODE_VERSION="v0.23.0" -ENV GOVULNCHECK_VERSION="v1.1.2" +ENV GOVULNCHECK_VERSION="v1.1.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 fedbd64a..000f98b2 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -28,7 +28,7 @@ ENV GOLANGCI_LINT_VERSION="feat/go1.23" ENV STATICCHECK_VERSION="v0.5.0-rc.1" ENV DEADCODE_VERSION="v0.23.0" -ENV GOVULNCHECK_VERSION="v1.1.2" +ENV GOVULNCHECK_VERSION="v1.1.3" # ENV HTTPERRORYZER_VERSION="v0.0.1" # ENV TICKERYZER_VERSION="v0.0.3" ENV TOMLL_VERSION="v2.2.2" @@ -140,7 +140,7 @@ ENV HTTPERRORYZER_VERSION="54c26d99b9758117957285a790c2d88b51a552dd" ENV TICKERYZER_VERSION="66a42ca5c152aced76c5186e92a4ae653440f02d" ENV DEADCODE_VERSION="v0.23.0" -ENV GOVULNCHECK_VERSION="v1.1.2" +ENV GOVULNCHECK_VERSION="v1.1.3" # ENV HTTPERRORYZER_VERSION="v0.0.1" ENV TOMLL_VERSION="v2.2.2" ENV ERRWRAP_VERSION="v1.6.0"