Skip to content

Commit 687900c

Browse files
authored
Spet2026 (#232)
* fix: resolve React hooks warnings, memoize projects, and fix Go proto marshaling * fix issue #221 * fix for #212 * fix issue #202 * address submission issues * v1.8.1 * upgrade go for release
1 parent ad40eed commit 687900c

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go environment
2626
uses: actions/setup-go@v6
2727
with:
28-
go-version: '1.26.6'
28+
go-version: '1.27.1'
2929

3030
- name: Install dependencies
3131
run: yarn install --immutable --prefer-offline
@@ -100,7 +100,9 @@ jobs:
100100
run: |
101101
git clone https://github.com/grafana/plugin-validator
102102
pushd ./plugin-validator/pkg/cmd/plugincheck2
103-
go install
103+
# 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
104106
popd
105107
plugincheck2 -config ./plugin-validator/config/default.yaml ${{ steps.metadata.outputs.archive }}
106108

0 commit comments

Comments
 (0)