Skip to content

Commit

Permalink
fixed fuzzing action
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Dec 31, 2024
1 parent db39ee8 commit bd41b81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,12 @@ jobs:
fail-fast: false
matrix:
go:
- '^1.20'
- '^1.21'
- '^1.23'
steps:
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
- name: Fuzzing synchro package
Expand Down

0 comments on commit bd41b81

Please sign in to comment.