Skip to content

Commit

Permalink
Revert "Rely on [email protected]+ to install correct go version"
Browse files Browse the repository at this point in the history
This reverts commit 1eb0323.
  • Loading branch information
chadlwilson committed Sep 17, 2024
1 parent 1eb0323 commit 4861e32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/vscode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
with:
node-version: 20

- name: Set up Go
uses: actions/setup-go@v5
with:
check-latest: true
go-version: '1.23'

- name: build
run: |
npm run build
Expand Down

0 comments on commit 4861e32

Please sign in to comment.