Skip to content

Commit 4b91240

Browse files
committed
fix: go1.12 for go-fuzz ci workflow
1 parent 77c3d4e commit 4b91240

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go-fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
submodules: recursive
1616
- uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.18.x
18+
go-version: 1.22.x
1919
- name: Go information
2020
run: |
2121
go version
@@ -35,7 +35,7 @@ jobs:
3535
submodules: recursive
3636
- uses: actions/setup-go@v5
3737
with:
38-
go-version: 1.18.x
38+
go-version: 1.22.x
3939
- name: Go information
4040
run: |
4141
go version

0 commit comments

Comments
 (0)