Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjanr authored Oct 8, 2024
1 parent 103af45 commit 9c729e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Build the manager binary
FROM golang:1.21.12 as builder
FROM golang:1.22.7 as builder
WORKDIR /workspace

# Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy
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 sigs.k8s.io/cluster-api-provider-gcp

go 1.21
go 1.22.7

replace (
// pinning cel-go due to a breaking change https://github.com/kubernetes/apiserver/issues/97
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module sigs.k8s.io/cluster-api-provider-gcp/hack/tools

go 1.21.9
go 1.22.7

replace sigs.k8s.io/cluster-api => sigs.k8s.io/cluster-api v1.7.0

Expand Down

0 comments on commit 9c729e6

Please sign in to comment.