Skip to content

Commit b8f8a98

Browse files
committed
switch ci to go 1.22
1 parent 99aa0b7 commit b8f8a98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- name: set up go 1.21
14+
- name: set up go 1.22
1515
uses: actions/setup-go@v3
1616
with:
17-
go-version: "1.21"
17+
go-version: "1.22"
1818
id: go
1919

2020
- name: checkout

0 commit comments

Comments
 (0)