From bc4424c986ec290c46b5f369a34655d677b44d5e Mon Sep 17 00:00:00 2001 From: Brian Downs Date: Wed, 17 Jul 2024 16:21:35 -0700 Subject: [PATCH] update go version Signed-off-by: Brian Downs --- Dockerfile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 8729eaf8ef..15c035b2ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG KUBERNETES_VERSION=dev # Build environment -FROM rancher/hardened-build-base:v1.22.4b1 AS build +FROM rancher/hardened-build-base:v1.22.5b1 AS build ARG DAPPER_HOST_ARCH ENV ARCH $DAPPER_HOST_ARCH RUN set -x && \ diff --git a/go.mod b/go.mod index cb2a39fc1b..6017489da4 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/rancher/rke2 -go 1.22.4 +go 1.22.5 replace ( github.com/Microsoft/hcsshim => github.com/Microsoft/hcsshim v0.11.0