mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScenes: Pin go version to go.mod file in scenes e2e workflow (#87238)
* adjust workflow to use correct go version * finalise wokflow adjustments
This commit is contained in:
parent
df25e9197e
commit
838e36bd99
5
.github/workflows/run-scenes-e2e.yml
vendored
5
.github/workflows/run-scenes-e2e.yml
vendored
@ -13,6 +13,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Pin Go version to mod file
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: 'go.mod'
|
||||
- run: go version
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
|
Loading…
Reference in New Issue
Block a user