Skip to content

Commit

Permalink
Update golang.org/x/tools/cmd/deadcode to v0.26.0
Browse files Browse the repository at this point in the history
- Update Dockerfile ENV values
- Update README tools version table

refs GH-1762
  • Loading branch information
atc0005 committed Nov 8, 2024
1 parent f574e03 commit 5e7fa06
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Unless indicated otherwise, the following linting tools are included in the
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2024.1.1` (`v0.5.1`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.61.0` |
| [`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.25.0` |
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.26.0` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.2.3` |
| [`fatih/errwrap`](https://github.com/fatih/errwrap) | `v1.6.0` |

Expand Down
4 changes: 2 additions & 2 deletions oldstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.61.0"
ENV STATICCHECK_VERSION="v0.5.1"
ENV DEADCODE_VERSION="v0.25.0"
ENV DEADCODE_VERSION="v0.26.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down Expand Up @@ -130,7 +130,7 @@ ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.61.0"
ENV STATICCHECK_VERSION="v0.5.1"
ENV DEADCODE_VERSION="v0.25.0"
ENV DEADCODE_VERSION="v0.26.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
ENV TOMLL_VERSION="v2.2.3"
ENV ERRWRAP_VERSION="v1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV GOTOOLCHAIN="local"
ENV GOLANGCI_LINT_VERSION="v1.61.0"

ENV STATICCHECK_VERSION="v0.5.1"
ENV DEADCODE_VERSION="v0.25.0"
ENV DEADCODE_VERSION="v0.26.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down Expand Up @@ -144,7 +144,7 @@ ENV GOLANGCI_LINT_VERSION="v1.61.0"
# ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5"
ENV STATICCHECK_VERSION="v0.5.1"

ENV DEADCODE_VERSION="v0.25.0"
ENV DEADCODE_VERSION="v0.26.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ENV GOLANGCI_LINT_VERSION="v1.61.0"
# ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5"
ENV STATICCHECK_VERSION="v0.5.1"

ENV DEADCODE_VERSION="v0.25.0"
ENV DEADCODE_VERSION="v0.26.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down Expand Up @@ -144,7 +144,7 @@ ENV GOLANGCI_LINT_VERSION="v1.61.0"
# ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5"
ENV STATICCHECK_VERSION="v0.5.1"

ENV DEADCODE_VERSION="v0.25.0"
ENV DEADCODE_VERSION="v0.26.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down

0 comments on commit 5e7fa06

Please sign in to comment.