We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 629f7e9 commit f7e4bb7Copy full SHA for f7e4bb7
.github/workflows/go-fuzz.yml
@@ -15,7 +15,7 @@ jobs:
15
submodules: recursive
16
- uses: actions/setup-go@v5
17
with:
18
- go-version: 1.18.x
+ go-version: 1.22.x
19
- name: Go information
20
run: |
21
go version
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
41
fuzz_test.go
@@ -1,4 +1,4 @@
1
-//go:build go1.18
+//go:build go1.22
2
3
package car_test
4
v2/fuzz_test.go
0 commit comments