mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
drop Go 1.21 and start using go/version
Needing to awkwardly treat Go versions as if they were semver is no longer necessary thanks to go/version being in Go 1.22.0 now.
This commit is contained in:
2
testdata/script/ctrlflow.txtar
vendored
2
testdata/script/ctrlflow.txtar
vendored
@@ -30,7 +30,7 @@ grep 'func\(int\) int' $WORK/debug/test/main/GARBLE_controlflow.go
|
||||
-- go.mod --
|
||||
module test/main
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
-- garble_main.go --
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user