Skip to content

Commit 38b0434

Browse files
CI: update build action to pin version and pass in our go version (#34)
1 parent 82ed84c commit 38b0434

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172
- name: Setup Node.js environment
173173
uses: actions/setup-node@v4
174174
with:
175-
node-version: '22'
175+
node-version: '20'
176176
cache: 'npm'
177177

178178
- name: Install dev dependencies

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
attestations: write
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: grafana/plugin-actions/build-plugin@main
21+
- uses: grafana/plugin-actions/build-plugin@build-plugin/v1.0.2
2222
with:
23+
go-version: '1.23.5'
24+
node-version: '20'
2325
policy_token: ${{ secrets.GRAFANA_ACCESS_POLICY_TOKEN }}
2426
attestation: true

0 commit comments

Comments
 (0)