Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update staticcheck from v0.4.6 to v0.4.7 #1408

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following linting tools are included in the `go-ci-stable`,

| Linter | Version |
| --------------------------------------------------------------------- | --------------------- |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.6` (`v0.4.6`) |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.7` (`v0.4.7`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.56.2` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.4` |
| [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` |
Expand Down
2 changes: 1 addition & 1 deletion oldstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"
ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.56.2"
ENV STATICCHECK_VERSION="v0.4.6"
ENV STATICCHECK_VERSION="v0.4.7"
ENV GOVULNCHECK_VERSION="v1.0.4"
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 @@ -16,7 +16,7 @@ FROM amd64/golang:1.22.0-bookworm as builder
ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.56.2"
ENV STATICCHECK_VERSION="v0.4.6"
ENV STATICCHECK_VERSION="v0.4.7"
ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down Expand Up @@ -121,7 +121,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"
ENV GOTOOLCHAIN="local"

ENV GOLANGCI_LINT_VERSION="v1.56.2"
ENV STATICCHECK_VERSION="v0.4.6"
ENV STATICCHECK_VERSION="v0.4.7"
ENV GOVULNCHECK_VERSION="v1.0.4"
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 @@ -22,7 +22,7 @@ ENV GOLANGCI_LINT_VERSION="v1.56.2"

# A current master branch build is used for pre-release Go versions, otherwise
# the latest upstream build of the tool is installed in this image.
ENV STATICCHECK_VERSION="v0.4.6"
ENV STATICCHECK_VERSION="v0.4.7"

ENV GOVULNCHECK_VERSION="v1.0.4"
# ENV HTTPERRORYZER_VERSION="v0.0.1"
Expand Down Expand Up @@ -133,7 +133,7 @@ ENV GOLANGCI_LINT_VERSION="v1.56.2"

# A current master branch build is used for pre-release Go versions, otherwise
# the latest upstream build of the tool is installed in this image.
ENV STATICCHECK_VERSION="v0.4.6"
ENV STATICCHECK_VERSION="v0.4.7"

ENV GOVULNCHECK_VERSION="v1.0.4"
ENV HTTPERRORYZER_VERSION="v0.0.1"
Expand Down