Skip to content

Commit

Permalink
Merge pull request #1 from enterprise-contract/pr/go-1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart authored Oct 21, 2024
2 parents 3306800 + 787c336 commit a9c1a63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/krane/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-containerregistry/cmd/krane

go 1.23.0
go 1.22

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

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-containerregistry

go 1.23.0
go 1.22

require (
github.com/containerd/stargz-snapshotter/estargz v0.14.3
Expand Down
2 changes: 1 addition & 1 deletion pkg/authn/k8schain/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-containerregistry/pkg/authn/k8schain

go 1.23.0
go 1.22

replace (
github.com/google/go-containerregistry => ../../../
Expand Down
2 changes: 1 addition & 1 deletion pkg/authn/kubernetes/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/google/go-containerregistry/pkg/authn/kubernetes

go 1.23.0
go 1.22

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

Expand Down

0 comments on commit a9c1a63

Please sign in to comment.