Skip to content

Commit

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

refs GH-1308
  • Loading branch information
atc0005 committed Jan 17, 2024
1 parent 534ba71 commit ced2e03
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.1` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.2` |
| [`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.1"
ENV GOVULNCHECK_VERSION="v1.0.2"
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.1"
ENV GOVULNCHECK_VERSION="v1.0.2"
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.1"
ENV GOVULNCHECK_VERSION="v1.0.2"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TICKERYZER_VERSION="v0.0.3"
Expand Down Expand Up @@ -91,7 +91,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.1"
ENV GOVULNCHECK_VERSION="v1.0.2"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
ENV TOMLL_VERSION="v2.1.1"
Expand Down

0 comments on commit ced2e03

Please sign in to comment.