diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index d5d42f626..3eb277ccf 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -41,6 +41,11 @@ jobs: with: version: v2.10.1 + # DO NOT MERGE: the prebuilt golangci-lint binary is built with + # Go 1.26 and refuses to target Go 1.27rc2, so build it from + # source with the Go toolchain installed above. + install-mode: goinstall + # Show only new issues if it's a pull request. only-new-issues: true