From 388481f576263aea0edc99ba47eb19ab1ad16c84 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Thu, 21 Mar 2024 05:52:15 -0500 Subject: [PATCH] Update golangci-lint from v1.57.0 to v1.57.1 - Update Dockerfile ENV values - Update README tools version table refs GH-1436 --- README.md | 2 +- oldstable/combined/Dockerfile | 2 +- stable/combined/Dockerfile | 4 ++-- unstable/combined/Dockerfile | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 651027d1..ee4599bd 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.7` (`v0.4.7`) | -| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.57.0` | +| [`golangci-lint`](https://github.com/golangci/golangci-lint) | `v1.57.1` | | [`govulncheck`](https://pkg.go.dev/golang.org/x/vuln/cmd/govulncheck) | `v1.0.4` | | [`deadcode`](https://pkg.go.dev/golang.org/x/tools/cmd/deadcode) | `v0.19.0` | | [`orijtech/httperroryzer`](https://github.com/orijtech/httperroryzer) | `v0.0.1` | diff --git a/oldstable/combined/Dockerfile b/oldstable/combined/Dockerfile index 6232dbef..58901dc9 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.57.0" +ENV GOLANGCI_LINT_VERSION="v1.57.1" ENV STATICCHECK_VERSION="v0.4.7" ENV DEADCODE_VERSION="v0.19.0" ENV GOVULNCHECK_VERSION="v1.0.4" diff --git a/stable/combined/Dockerfile b/stable/combined/Dockerfile index f0ecb744..bcf46715 100644 --- a/stable/combined/Dockerfile +++ b/stable/combined/Dockerfile @@ -15,7 +15,7 @@ FROM amd64/golang:1.22.1-bookworm as builder # https://github.com/atc0005/go-ci/issues/1188 ENV GOTOOLCHAIN="local" -ENV GOLANGCI_LINT_VERSION="v1.57.0" +ENV GOLANGCI_LINT_VERSION="v1.57.1" ENV STATICCHECK_VERSION="v0.4.7" ENV DEADCODE_VERSION="v0.19.0" ENV GOVULNCHECK_VERSION="v1.0.4" @@ -123,7 +123,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.57.0" +ENV GOLANGCI_LINT_VERSION="v1.57.1" ENV STATICCHECK_VERSION="v0.4.7" ENV DEADCODE_VERSION="v0.19.0" ENV GOVULNCHECK_VERSION="v1.0.4" diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index 4ce3ead1..dc4b90ec 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.57.0" +ENV GOLANGCI_LINT_VERSION="v1.57.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. @@ -132,7 +132,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.57.0" +ENV GOLANGCI_LINT_VERSION="v1.57.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.