Skip to content

Commit

Permalink
Merge pull request #1151 from atc0005/i1148-update-staticcheck-to-v0.4.5
Browse files Browse the repository at this point in the history
Update staticcheck from v0.4.3 to v0.4.5
  • Loading branch information
atc0005 authored Aug 18, 2023
2 parents 2e2a4f9 + 9d1caaa commit cff5229
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 @@ -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.3` (`v0.4.3`) |
| [`staticcheck`](https://github.com/dominikh/go-tools) | `2023.1.5` (`v0.4.5`) |
| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.54.1` |
| [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.1` |
| [`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 @@ -21,7 +21,7 @@ LABEL org.opencontainers.image.description="Docker container image used to lint,
LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"

ENV GOLANGCI_LINT_VERSION="v1.54.1"
ENV STATICCHECK_VERSION="v0.4.3"
ENV STATICCHECK_VERSION="v0.4.5"
ENV GOVULNCHECK_VERSION="v1.0.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
ENV STRUCTSLOP_VERSION="v0.0.8"
Expand Down
2 changes: 1 addition & 1 deletion stable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ LABEL org.opencontainers.image.description="Docker container image used to lint,
LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)"

ENV GOLANGCI_LINT_VERSION="v1.54.1"
ENV STATICCHECK_VERSION="v0.4.3"
ENV STATICCHECK_VERSION="v0.4.5"
ENV GOVULNCHECK_VERSION="v1.0.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 @@ -16,7 +16,7 @@ ENV GOLANGCI_LINT_VERSION="v1.54.1"

# 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.3"
ENV STATICCHECK_VERSION="v0.4.5"

ENV GOVULNCHECK_VERSION="v1.0.1"
ENV HTTPERRORYZER_VERSION="v0.0.1"
Expand Down Expand Up @@ -77,7 +77,7 @@ ENV GOLANGCI_LINT_VERSION="v1.54.1"

# 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.3"
ENV STATICCHECK_VERSION="v0.4.5"

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

0 comments on commit cff5229

Please sign in to comment.