Skip to content

Commit

Permalink
fix: go1.12 for go-fuzz ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Aug 27, 2024
1 parent 77c3d4e commit 4b91240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: 1.18.x
go-version: 1.22.x
- name: Go information
run: |
go version
Expand All @@ -35,7 +35,7 @@ jobs:
submodules: recursive
- uses: actions/setup-go@v5
with:
go-version: 1.18.x
go-version: 1.22.x
- name: Go information
run: |
go version
Expand Down

0 comments on commit 4b91240

Please sign in to comment.