Skip to content

Commit ab163fc

Browse files
authored
Update ci.yaml
1 parent 0265801 commit ab163fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: ubuntu-latest
4949
strategy:
5050
matrix:
51-
go-version: [1.21]
51+
go-version: [1.22]
5252
steps:
5353
- name: Set up Go ${{ matrix.go-version }}
5454
uses: actions/setup-go@v1
@@ -84,7 +84,7 @@ jobs:
8484
strategy:
8585
matrix:
8686
node-version: [16.8.0]
87-
go-version: [1.21]
87+
go-version: [1.22]
8888
steps:
8989
- name: Check out branch
9090
uses: actions/checkout@v2

0 commit comments

Comments
 (0)