Skip to content

Commit cfc75f9

Browse files
committed
Fix CI
1 parent be25aff commit cfc75f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
go-version: ['1.20', '1.21']
15+
go-version: ['1.22']
1616

1717
steps:
1818
- uses: actions/checkout@v3
@@ -72,7 +72,7 @@ jobs:
7272
- name: Set up Go
7373
uses: actions/setup-go@v4
7474
with:
75-
go-version: '1.21'
75+
go-version: '1.22'
7676

7777
- name: Build Release Binary
7878
run: |

0 commit comments

Comments
 (0)