Update ci.yaml

This commit is contained in:
PiexlMax(奇淼
2024-05-06 21:20:20 +08:00
committed by GitHub
parent 0265801830
commit ab163fc0ef

View File

@@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [1.21]
go-version: [1.22]
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v1
@@ -84,7 +84,7 @@ jobs:
strategy:
matrix:
node-version: [16.8.0]
go-version: [1.21]
go-version: [1.22]
steps:
- name: Check out branch
uses: actions/checkout@v2