Skip to content
Snippets Groups Projects
Unverified Commit c5706a65 authored by Kubernetes Prow Robot's avatar Kubernetes Prow Robot Committed by GitHub
Browse files

Merge pull request #7714 from adrianmoisey/bump_go_vpa

VPA: Bump go to 1.23.5
parents ca860369 9f296c03
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder FROM --platform=$BUILDPLATFORM golang:1.23.5 AS builder
WORKDIR /workspace WORKDIR /workspace
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS builder FROM --platform=$BUILDPLATFORM golang:1.23.5 AS builder
WORKDIR /workspace WORKDIR /workspace
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment