drop support for Go 1.19

Now that we're done with garble v0.9.x,
v0.10 will only support Go 1.20 as a minimum version.
This commit is contained in:
Daniel Martí
2023-02-12 21:31:06 +00:00
parent 9a8608f061
commit b322876efe
32 changed files with 46 additions and 48 deletions

View File

@@ -12,7 +12,7 @@ cmp stderr main.stderr
-- go.mod --
module test/main
go 1.19
go 1.20
-- main.go --
package main