Skip to content

Commit

Permalink
chore: update fuzz to Go 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Sep 10, 2024
1 parent 04f8da9 commit af86b89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build go1.18
//go:build go1.22

package car_test

Expand Down
2 changes: 1 addition & 1 deletion v2/fuzz_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build go1.18
//go:build go1.22

package car_test

Expand Down

0 comments on commit af86b89

Please sign in to comment.