Skip to content

Commit

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

Update golang.org/x/tools/cmd/deadcode to v0.23.0
  • Loading branch information
atc0005 authored Jul 15, 2024
2 parents 33963a3 + 4157161 commit 5a4f824
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
2 changes: 1 addition & 1 deletion oldstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions stable/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.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"
Expand Down Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 5a4f824

Please sign in to comment.