drop support for Go 1.20

Go 1.21.0 was released in August 2023, so our upcoming release
will no longer support the Go 1.20 release series.

The first Go 1.22 release candidate is also due in December 2023,
less than a month from now, so dropping 1.20 will simplify 1.22 work.
This commit is contained in:
Daniel Martí
2023-11-12 11:19:15 +00:00
committed by pagran
parent abcdc1fcbf
commit 126618a0d5
39 changed files with 60 additions and 73 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ exec garble build
-- go.mod --
module test/main
go 1.20
go 1.21
-- garble_main.go --
package main