Skip to content

Commit

Permalink
update Go for node checks (uses gen cmds)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Feb 13, 2024
1 parent a12a210 commit 854a3d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.draft == false
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 854a3d1

Please sign in to comment.