Skip to content

Commit 4861e32

Browse files
committed
Revert "Rely on setup-gauge@2.1.0+ to install correct go version"
This reverts commit 1eb0323.
1 parent 1eb0323 commit 4861e32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/vscode.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ jobs:
2424
with:
2525
node-version: 20
2626

27+
- name: Set up Go
28+
uses: actions/setup-go@v5
29+
with:
30+
check-latest: true
31+
go-version: '1.23'
32+
2733
- name: build
2834
run: |
2935
npm run build

0 commit comments

Comments
 (0)