mirror of
https://github.com/burrowers/garble.git
synced 2026-04-22 23:57:14 +08:00
drop support for Go 1.18.x
With Go 1.19 having been out for two months, and Go 1.20's first beta coming out in two months, it is now time to move forward again.
This commit is contained in:
Vendored
+1
-3
@@ -2,12 +2,10 @@ env GOGARBLE=*
|
||||
|
||||
garble build
|
||||
! binsubstr main$exe ${WORK} 'garble_main.go' 'GenericFunc' 'GenericVector' 'PredeclaredSignedInteger' 'StringableSignedInteger' 'CombineEmbeds' 'GenericParam'
|
||||
|
||||
-- go.mod --
|
||||
module test/main
|
||||
|
||||
go 1.18
|
||||
|
||||
go 1.19
|
||||
-- garble_main.go --
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user