From 7484b12d31e81c34f8971f3e804b989bcd6f5473 Mon Sep 17 00:00:00 2001 From: Adam Chalkley Date: Wed, 26 Jun 2024 07:39:03 -0500 Subject: [PATCH] Fix GOLANGCI_LINT_VERSION tag in final stage Missed this when prepping changes for GH-1591. --- unstable/combined/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unstable/combined/Dockerfile b/unstable/combined/Dockerfile index 218a3f89..b16e74e9 100644 --- a/unstable/combined/Dockerfile +++ b/unstable/combined/Dockerfile @@ -124,7 +124,8 @@ 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.59.1" +# ENV GOLANGCI_LINT_VERSION="v1.59.1" +ENV GOLANGCI_LINT_VERSION="feat/go1.23" # 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.