Skip to content

Commit

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

Update golang.org/x/tools/cmd/deadcode to v0.22.0
  • Loading branch information
atc0005 authored Jun 5, 2024
2 parents 74fca0b + a0c46d3 commit e293a3b
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 @@ -77,7 +77,7 @@ The following linting tools are included in the `go-ci-stable`,
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.7` (`v0.4.7`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.59.0` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.1` |
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.19.0` |
| [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.22.0` |
| [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` |
| [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.8` |
| [`orijtech/tickeryzer`](https://github.com/orijtech/tickeryzer) | `v0.0.3` |
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.0"
ENV STATICCHECK_VERSION="v0.4.7"
ENV DEADCODE_VERSION="v0.19.0"
ENV DEADCODE_VERSION="v0.22.0"
ENV GOVULNCHECK_VERSION="v1.1.1"
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.0"
ENV STATICCHECK_VERSION="v0.4.7"
ENV DEADCODE_VERSION="v0.19.0"
ENV DEADCODE_VERSION="v0.22.0"
ENV GOVULNCHECK_VERSION="v1.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down Expand Up @@ -128,7 +128,7 @@ ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.59.0"
ENV STATICCHECK_VERSION="v0.4.7"
ENV DEADCODE_VERSION="v0.19.0"
ENV DEADCODE_VERSION="v0.22.0"
ENV GOVULNCHECK_VERSION="v1.1.1"
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 @@ -24,7 +24,7 @@ ENV GOLANGCI_LINT_VERSION="v1.59.0"
# the latest upstream build of the tool is installed in this image.
ENV STATICCHECK_VERSION="v0.4.7"

ENV DEADCODE_VERSION="v0.19.0"
ENV DEADCODE_VERSION="v0.22.0"
ENV GOVULNCHECK_VERSION="v1.1.1"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down Expand Up @@ -141,7 +141,7 @@ ENV GOLANGCI_LINT_VERSION="v1.59.0"
# the latest upstream build of the tool is installed in this image.
ENV STATICCHECK_VERSION="v0.4.7"

ENV DEADCODE_VERSION="v0.19.0"
ENV DEADCODE_VERSION="v0.22.0"
ENV GOVULNCHECK_VERSION="v1.1.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down

0 comments on commit e293a3b

Please sign in to comment.