Skip to content

Commit

Permalink
Update golang.org/x/vuln to v1.1.4
Browse files Browse the repository at this point in the history
- Update Dockerfile ENV values
- Update README tools version table

refs GH-1838
  • Loading branch information
atc0005 committed Jan 14, 2025
1 parent ea46687 commit 1fb4741
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 @@ -76,7 +76,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.63.4` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.1.3` |
| [`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.29.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 @@ -18,7 +18,7 @@ ENV GOTOOLCHAIN="local"
ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV STATICCHECK_VERSION="v0.5.1"
ENV DEADCODE_VERSION="v0.29.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
ENV GOVULNCHECK_VERSION="v1.1.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
# ENV TICKERYZER_VERSION="v0.0.3"
Expand Down Expand Up @@ -131,7 +131,7 @@ ENV GOTOOLCHAIN="local"
ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV STATICCHECK_VERSION="v0.5.1"
ENV DEADCODE_VERSION="v0.29.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
ENV GOVULNCHECK_VERSION="v1.1.4"
ENV TOMLL_VERSION="v2.2.3"
ENV ERRWRAP_VERSION="v1.6.0"
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 @@ -25,7 +25,7 @@ ENV GOLANGCI_LINT_VERSION="v1.63.4"

ENV STATICCHECK_VERSION="v0.5.1"
ENV DEADCODE_VERSION="v0.29.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
ENV GOVULNCHECK_VERSION="v1.1.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
# ENV TICKERYZER_VERSION="v0.0.3"
Expand Down Expand Up @@ -145,7 +145,7 @@ ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV STATICCHECK_VERSION="v0.5.1"

ENV DEADCODE_VERSION="v0.29.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
ENV GOVULNCHECK_VERSION="v1.1.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
# ENV TICKERYZER_VERSION="v0.0.3"
Expand Down
4 changes: 2 additions & 2 deletions unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV STATICCHECK_VERSION="v0.5.1"

ENV DEADCODE_VERSION="v0.29.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
ENV GOVULNCHECK_VERSION="v1.1.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
# ENV TICKERYZER_VERSION="v0.0.3"
Expand Down Expand Up @@ -145,7 +145,7 @@ ENV GOLANGCI_LINT_VERSION="v1.63.4"
ENV STATICCHECK_VERSION="v0.5.1"

ENV DEADCODE_VERSION="v0.29.0"
ENV GOVULNCHECK_VERSION="v1.1.3"
ENV GOVULNCHECK_VERSION="v1.1.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
# ENV TICKERYZER_VERSION="v0.0.3"
Expand Down

0 comments on commit 1fb4741

Please sign in to comment.