From 28ea48073ad6f9674b86f7e15b97c5a24d47d3d8 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Fri, 16 Feb 2024 05:28:54 -0600 Subject: [PATCH] Update golangci-lint from v1.56.1 to v1.56.2 - Update Dockerfile ENV values - Update README tools version table refs GH-1390 --- 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 1bb0725a..e9fda512 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,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`) | -| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.56.1` | +| [`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` | | [`orijtech/structslop`](https://github.com/orijtech/structslop) | `v0.0.8` | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index bdc1479c..b1a00bfd 100644 --- a/oldstable/combined/Dockerfile +++ b/oldstable/combined/Dockerfile @@ -26,7 +26,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" # https://github.com/atc0005/go-ci/issues/1188 ENV GOTOOLCHAIN="local" -ENV GOLANGCI_LINT_VERSION="v1.56.1" +ENV GOLANGCI_LINT_VERSION="v1.56.2" ENV STATICCHECK_VERSION="v0.4.6" ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index dd237296..207bcee0 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -26,7 +26,7 @@ LABEL org.opencontainers.image.authors="Adam Chalkley (github.com/atc0005)" # https://github.com/atc0005/go-ci/issues/1188 ENV GOTOOLCHAIN="local" -ENV GOLANGCI_LINT_VERSION="v1.56.1" +ENV GOLANGCI_LINT_VERSION="v1.56.2" ENV STATICCHECK_VERSION="v0.4.6" ENV GOVULNCHECK_VERSION="v1.0.4" ENV HTTPERRORYZER_VERSION="v0.0.1" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index ecc5ac08..ece1c20c 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -18,7 +18,7 @@ ENV GOTOOLCHAIN="local" # A current dev branch build (mirrored to fork) is used for pre-release Go # versions, otherwise the latest upstream build of the tool is installed in # this image. -ENV GOLANGCI_LINT_VERSION="v1.56.1" +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. @@ -129,7 +129,7 @@ ENV GOTOOLCHAIN="local" # A current dev branch build (mirrored to fork) is used for pre-release Go # versions, otherwise the latest upstream build of the tool is installed in # this image. -ENV GOLANGCI_LINT_VERSION="v1.56.1" +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.