Skip to content

Commit

Permalink
Fix GOLANGCI_LINT_VERSION tag in final stage
Browse files Browse the repository at this point in the history
Missed this when prepping changes for GH-1591.
  • Loading branch information
atc0005 committed Jun 26, 2024
1 parent a037657 commit 7484b12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unstable/combined/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7484b12

Please sign in to comment.