From a0c46d386164be01b92af76f2744f1f8c870e808 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 5 Jun 2024 05:54:38 -0500 Subject: [PATCH] Update golang.org/x/tools/cmd/deadcode to v0.22.0 - Update Dockerfile ENV values - Update README tools version table refs GH-1561 --- 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 beff2963..f31eeb81 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ The following linting tools are included in the `go-ci-stable`, | [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.7` (`v0.4.7`) | | [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.59.0` | | [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.1` | -| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.19.0` | +| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.22.0` | | [`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 d651ad01..fc1d8a68 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -28,7 +28,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.59.0" ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.19.0" +ENV DEADCODE_VERSION="v0.22.0" ENV GOVULNCHECK_VERSION="v1.1.1" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 7cbc9f81..5fcc8d5d 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -17,7 +17,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.59.0" ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.19.0" +ENV DEADCODE_VERSION="v0.22.0" ENV GOVULNCHECK_VERSION="v1.1.1" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" @@ -128,7 +128,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.59.0" ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.19.0" +ENV DEADCODE_VERSION="v0.22.0" ENV GOVULNCHECK_VERSION="v1.1.1" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index 062157fb..9e24c294 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -24,7 +24,7 @@ ENV GOLANGCI_LINT_VERSION="v1.59.0" # the latest upstream build of the tool is installed in this image. ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.19.0" +ENV DEADCODE_VERSION="v0.22.0" ENV GOVULNCHECK_VERSION="v1.1.1" # ENV HTTPERRORYZER_VERSION="v0.0.1" # ENV STRUCTSLOP_VERSION="v0.0.8" @@ -141,7 +141,7 @@ ENV GOLANGCI_LINT_VERSION="v1.59.0" # the latest upstream build of the tool is installed in this image. ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.19.0" +ENV DEADCODE_VERSION="v0.22.0" ENV GOVULNCHECK_VERSION="v1.1.1" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8"