Skip to content

Commit f7e4bb7

Browse files
committed
chore: update fuzz to Go 1.22
1 parent 629f7e9 commit f7e4bb7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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

fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build go1.18
1+
//go:build go1.22
22

33
package car_test
44

v2/fuzz_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build go1.18
1+
//go:build go1.22
22

33
package car_test
44

0 commit comments

Comments
 (0)