Skip to content

Commit

Permalink
Merge pull request #1783 from atc0005/i1762-update-x-tools-deadcode-c…
Browse files Browse the repository at this point in the history
…md-to-v0.26.0

Update golang.org/x/tools/cmd/deadcode to v0.26.0
  • Loading branch information
atc0005 authored Nov 8, 2024
2 parents f574e03 + 5e7fa06 commit 336785e
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 336785e

Please sign in to comment.