mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
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:
Vendored
+1
-1
@@ -3,7 +3,7 @@ exec garble build
|
||||
-- go.mod --
|
||||
module test/main
|
||||
|
||||
go 1.20
|
||||
go 1.21
|
||||
-- garble_main.go --
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user