Skip to content

Commit

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

Update golang.org/x/tools/cmd/deadcode to v0.31.0
  • Loading branch information
atc0005 authored Mar 6, 2025
2 parents 81d5369 + fbc3f33 commit c9059f9
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) | `2025.1.1` (`v0.6.1`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.64.6` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.4` |
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.30.0` |
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.31.0` |
| [`pelletier/go-toml`](https://github.com/pelletier/go-toml) | `v2.2.3` |

## Build tools included
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.64.6"
ENV STATICCHECK_VERSION="v0.6.1"
ENV DEADCODE_VERSION="v0.30.0"
ENV DEADCODE_VERSION="v0.31.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
ENV TOMLL_VERSION="v2.2.3"
ENV GOTESTDOX_VERSION="v0.2.2"
Expand Down Expand Up @@ -76,7 +76,7 @@ ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.64.6"
ENV STATICCHECK_VERSION="v0.6.1"
ENV DEADCODE_VERSION="v0.30.0"
ENV DEADCODE_VERSION="v0.31.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
ENV TOMLL_VERSION="v2.2.3"
ENV GOTESTDOX_VERSION="v0.2.2"
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.64.6"

ENV STATICCHECK_VERSION="v0.6.1"
ENV DEADCODE_VERSION="v0.30.0"
ENV DEADCODE_VERSION="v0.31.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
ENV TOMLL_VERSION="v2.2.3"
ENV GOTESTDOX_VERSION="v0.2.2"
Expand Down Expand Up @@ -96,7 +96,7 @@ ENV GOLANGCI_LINT_VERSION="v1.64.6"
# ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5"
ENV STATICCHECK_VERSION="v0.6.1"

ENV DEADCODE_VERSION="v0.30.0"
ENV DEADCODE_VERSION="v0.31.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
ENV TOMLL_VERSION="v2.2.3"
ENV GOTESTDOX_VERSION="v0.2.2"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ENV GOLANGCI_LINT_VERSION="v1.64.6"
# ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5"
ENV STATICCHECK_VERSION="v0.6.1"

ENV DEADCODE_VERSION="v0.30.0"
ENV DEADCODE_VERSION="v0.31.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
ENV TOMLL_VERSION="v2.2.3"
ENV GOTESTDOX_VERSION="v0.2.2"
Expand Down Expand Up @@ -117,7 +117,7 @@ ENV GOLANGCI_LINT_VERSION="v1.64.6"
# ENV STATICCHECK_VERSION="dec278f2f0d94b07c04db075d807e9f499f5d7b5"
ENV STATICCHECK_VERSION="v0.6.1"

ENV DEADCODE_VERSION="v0.30.0"
ENV DEADCODE_VERSION="v0.31.0"
ENV GOVULNCHECK_VERSION="v1.1.4"
ENV TOMLL_VERSION="v2.2.3"
ENV GOTESTDOX_VERSION="v0.2.2"
Expand Down

0 comments on commit c9059f9

Please sign in to comment.