From 9d1caaaafc767c7246f0925830c53343e17e3866 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 18 Aug 2023 04:39:53 -0500 Subject: [PATCH] Update staticcheck from v0.4.3 to v0.4.5 - Update Dockerfile ENV values - Update README tools version table refs GH-1148 --- README.md | 2 +- oldstable/combined/Dockerfile | 2 +- stable/combined/Dockerfile | 2 +- unstable/combined/Dockerfile | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9f35c2df..c7135732 100644 --- a/README.md +++ b/README.md @@ -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` | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index dbe8491b..0b751c12 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -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" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index 5cef52c7..5f83bb4a 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -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" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index 1c9e3cf5..8c42b569 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -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" @@ -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"