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:
4
testdata/script/seed-cache.txtar
vendored
4
testdata/script/seed-cache.txtar
vendored
@@ -32,7 +32,7 @@ cd ..
|
||||
-- mod1/go.mod --
|
||||
module test/main/mod1
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
require gopkg.in/garbletest.v2 v2.999.0
|
||||
|
||||
@@ -52,7 +52,7 @@ func main() { garbletest.Test() }
|
||||
-- mod2/go.mod --
|
||||
module test/main/mod2
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
require gopkg.in/garbletest.v2 v2.999.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user