Skip to content

Commit

Permalink
Merge pull request #1365 from atc0005/i1358-update-govulncheck-to-v1.0.4
Browse files Browse the repository at this point in the history
Update golang.org/x/vuln to v1.0.4
  • Loading branch information
atc0005 committed Feb 8, 2024
2 parents 3d1c6cb + 26ecc1c commit b574cdb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ The following linting tools are included in the `go-ci-stable`,
| --------------------------------------------------------------------- | --------------------- |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.6` (`v0.4.6`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.55.2` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.3` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.4` |
| [`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.55.2"
ENV STATICCHECK_VERSION="v0.4.6"
ENV GOVULNCHECK_VERSION="v1.0.3"
ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
Expand Down
2 changes: 1 addition & 1 deletion stable/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.55.2"
ENV STATICCHECK_VERSION="v0.4.6"
ENV GOVULNCHECK_VERSION="v1.0.3"
ENV GOVULNCHECK_VERSION="v1.0.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 @@ -24,7 +24,7 @@ ENV GOLANGCI_LINT_VERSION="v1.55.2"
# the latest upstream build of the tool is installed in this image.
ENV STATICCHECK_VERSION="v0.4.6"

ENV GOVULNCHECK_VERSION="v1.0.3"
ENV GOVULNCHECK_VERSION="v1.0.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
# ENV STRUCTSLOP_VERSION="v0.0.8"
# ENV TICKERYZER_VERSION="v0.0.3"
Expand Down Expand Up @@ -135,7 +135,7 @@ ENV GOLANGCI_LINT_VERSION="v1.55.2"
# the latest upstream build of the tool is installed in this image.
ENV STATICCHECK_VERSION="v0.4.6"

ENV GOVULNCHECK_VERSION="v1.0.3"
ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TOMLL_VERSION="v2.1.1"
Expand Down

0 comments on commit b574cdb

Please sign in to comment.