chore: contributor tooling fixes (#737)

This commit is contained in:
Ian Paterson
2025-04-10 19:39:37 -07:00
committed by GitHub
parent c8482ec578
commit 1a8d71b24f
7 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.24"
- name: Setup NodeJS
uses: actions/setup-node@v4
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.24"
- name: Setup NodeJS
uses: actions/setup-node@v4
+2 -2
View File
@@ -25,7 +25,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.24"
- name: Install gotestsum
run: go install gotest.tools/gotestsum@latest
@@ -49,7 +49,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.23"
go-version: "1.24"
- name: Create Fake WebUI Sources
run: |