Skip to content

Commit 80e7397

Browse files
committed
ci: update the versions of the actions and go
1 parent 20748ee commit 80e7397

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,19 @@ jobs:
2323
package:
2424
strategy:
2525
matrix:
26-
go-version: [ 1.19 ]
26+
go-version: [ 1.20 ]
2727
os: [ubuntu-latest, windows-latest, macos-latest]
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Install Go
31-
uses: actions/setup-go@v2
31+
uses: actions/setup-go@v4
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434
- name: Checkout code
3535
uses: actions/checkout@v3
3636

3737
- name: setup node
38-
uses: actions/setup-node@v2
38+
uses: actions/setup-node@v3
3939
with:
4040
node-version: 18
4141

0 commit comments

Comments
 (0)