There was an error while loading. Please reload this page.
1 parent ad40eed commit 687900cCopy full SHA for 687900c
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Setup Go environment
26
uses: actions/setup-go@v6
27
with:
28
- go-version: '1.26.6'
+ go-version: '1.27.1'
29
30
- name: Install dependencies
31
run: yarn install --immutable --prefer-offline
@@ -100,7 +100,9 @@ jobs:
100
run: |
101
git clone https://github.com/grafana/plugin-validator
102
pushd ./plugin-validator/pkg/cmd/plugincheck2
103
- go install
+ # The validator tracks the latest Go release; let the go command fetch a
104
+ # newer toolchain if its go.mod requires one instead of failing the release.
105
+ GOTOOLCHAIN=auto go install
106
popd
107
plugincheck2 -config ./plugin-validator/config/default.yaml ${{ steps.metadata.outputs.archive }}
108
0 commit comments