mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
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:
4
testdata/script/syntax.txtar
vendored
4
testdata/script/syntax.txtar
vendored
@@ -16,7 +16,7 @@ binsubstr main$exe 'globalVar' # 'globalType' matches on some, but not all, plat
|
||||
-- extra/go.mod --
|
||||
module private.source/extra
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
-- extra/extra.go --
|
||||
package extra
|
||||
|
||||
@@ -26,7 +26,7 @@ func Func() string {
|
||||
-- go.mod --
|
||||
module test/main
|
||||
|
||||
go 1.19
|
||||
go 1.20
|
||||
|
||||
// We include an extra module to obfuscate, included in the same original source
|
||||
// code via a replace directive.
|
||||
|
||||
Reference in New Issue
Block a user