Skip to content

Commit

Permalink
Update: Setup go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayao0819 committed Feb 23, 2024
1 parent 7b9c1c9 commit c55b830
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
submodules: true
- uses: actions/setup-node@v2
with:
node-version: 18
node-version: 20
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- run: npm install -g pnpm

- name: Install dependencies
Expand Down

0 comments on commit c55b830

Please sign in to comment.