Commit e033e37
committed
go.mod: Bump required Go version to 1.18
Commit 564b6fc introduced calls to strings.Cut, added in Go 1.18.
The fuzz testing also requires 1.18 but that will at least not affect
users of the module. Also updating the CI configuration to actually
test the Go version we claim to support.1 parent 936a4ac commit e033e37
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
0 commit comments