Skip to content

Commit 646eac4

Browse files
committed
go.mod: remove minimum version for all go.mod files
1 parent e8368c6 commit 646eac4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cmd/krane/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-containerregistry/cmd/krane
22

3-
go 1.25.7
3+
go 1.25.0
44

55
replace github.com/google/go-containerregistry => ../../
66

pkg/authn/k8schain/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-containerregistry/pkg/authn/k8schain
22

3-
go 1.25.7
3+
go 1.25.0
44

55
replace (
66
github.com/google/go-containerregistry => ../../../

pkg/authn/kubernetes/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/google/go-containerregistry/pkg/authn/kubernetes
22

3-
go 1.25.7
3+
go 1.25.0
44

55
replace github.com/google/go-containerregistry => ../../../
66

0 commit comments

Comments
 (0)