You've already forked goreleaser
mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-11-06 09:09:29 +02:00
feat: use go 1.22 (#4614)
- use go 1.22 Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4b57e61514
commit
e43604f4a0
@@ -289,7 +289,7 @@ func requireGoMod(tb testing.TB) {
|
||||
require.NoError(tb, err)
|
||||
require.Contains(tb, string(mod), `module foo
|
||||
|
||||
go 1.21`)
|
||||
go 1.22`)
|
||||
}
|
||||
|
||||
func fakeGoModAndSum(tb testing.TB, module string) {
|
||||
|
||||
2
internal/pipe/ko/testdata/app/go.mod
vendored
2
internal/pipe/ko/testdata/app/go.mod
vendored
@@ -1,3 +1,3 @@
|
||||
module testapp
|
||||
|
||||
go 1.21
|
||||
go 1.22
|
||||
|
||||
Reference in New Issue
Block a user