From 4157161d13b77bf1f0284c04ef58caa5126a7852 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Mon, 15 Jul 2024 05:52:13 -0500 Subject: [PATCH] Update golang.org/x/tools/cmd/deadcode to v0.23.0 - Update Dockerfile ENV values - Update README tools version table refs GH-1621 --- 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 7c6f99a7..a40804d1 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ Unless indicated otherwise, the following linting tools are included in the | [`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` | -| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.22.0` | +| [`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) | | [`orijtech/tickeryzer`](https://github.com/orijtech/tickeryzer) | `v0.0.3` (`oldstable` image) | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index aa7bd865..58d35eb0 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -28,7 +28,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.59.1" ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.22.0" +ENV DEADCODE_VERSION="v0.23.0" ENV GOVULNCHECK_VERSION="v1.1.2" ENV HTTPERRORYZER_VERSION="v0.0.1" ENV STRUCTSLOP_VERSION="v0.0.8" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index b4f87e51..c59ab80a 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -17,7 +17,7 @@ ENV GOTOOLCHAIN="local" ENV GOLANGCI_LINT_VERSION="v1.59.1" ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.22.0" +ENV DEADCODE_VERSION="v0.23.0" ENV GOVULNCHECK_VERSION="v1.1.2" # ENV HTTPERRORYZER_VERSION="v0.0.1" # ENV STRUCTSLOP_VERSION="v0.0.8" @@ -135,7 +135,7 @@ ENV TICKERYZER_VERSION="66a42ca5c152aced76c5186e92a4ae653440f02d" ENV GOLANGCI_LINT_VERSION="v1.59.1" ENV STATICCHECK_VERSION="v0.4.7" -ENV DEADCODE_VERSION="v0.22.0" +ENV DEADCODE_VERSION="v0.23.0" ENV GOVULNCHECK_VERSION="v1.1.2" # ENV HTTPERRORYZER_VERSION="v0.0.1" # ENV STRUCTSLOP_VERSION="v0.0.8" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index d9695fdc..f87f0245 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -27,7 +27,7 @@ ENV GOLANGCI_LINT_VERSION="feat/go1.23" # ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5" ENV STATICCHECK_VERSION="v0.5.0-rc.1" -ENV DEADCODE_VERSION="v0.22.0" +ENV DEADCODE_VERSION="v0.23.0" ENV GOVULNCHECK_VERSION="v1.1.2" # ENV HTTPERRORYZER_VERSION="v0.0.1" # ENV TICKERYZER_VERSION="v0.0.3" @@ -139,7 +139,7 @@ ENV STATICCHECK_VERSION="v0.5.0-rc.1" ENV HTTPERRORYZER_VERSION="54c26d99b9758117957285a790c2d88b51a552dd" ENV TICKERYZER_VERSION="66a42ca5c152aced76c5186e92a4ae653440f02d" -ENV DEADCODE_VERSION="v0.22.0" +ENV DEADCODE_VERSION="v0.23.0" ENV GOVULNCHECK_VERSION="v1.1.2" # ENV HTTPERRORYZER_VERSION="v0.0.1" ENV TOMLL_VERSION="v2.2.2"