Skip to content

Commit

Permalink
Merge pull request #1595 from atc0005/fix-version-tag-in-unstable-ima…
Browse files Browse the repository at this point in the history
…ge-final-build-stage

Fix GOLANGCI_LINT_VERSION tag in final stage
  • Loading branch information
atc0005 committed Jun 26, 2024
2 parents a037657 + 7484b12 commit 704c80b
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 704c80b

Please sign in to comment.