Skip to content

Commit

Permalink
Upgrade go version to fix issues to build tools for k8s 1.30 (#3868)
Browse files Browse the repository at this point in the history
  • Loading branch information
camilamacedo86 authored Apr 22, 2024
1 parent c4a642b commit 608ec77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/thirdparty/darwin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - kubectl (fetch)
# - etcd (fetch)

FROM golang:1.21 as builder
FROM golang:1.22 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
Expand Down
2 changes: 1 addition & 1 deletion build/thirdparty/windows/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# - kubectl (fetch)
# - etcd (fetch)

FROM golang:1.21 as builder
FROM golang:1.22 as builder

# Version and platform args.
ARG KUBERNETES_VERSION
Expand Down

0 comments on commit 608ec77

Please # to comment.