diff --git a/Dockerfile b/Dockerfile index d225231..25527f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM --platform=$BUILDPLATFORM golang:1.23-bookworm AS build +FROM --platform=$BUILDPLATFORM golang:1.23.10-bookworm AS build ARG TARGETOS ARG TARGETARCH diff --git a/go.mod b/go.mod index 6905e67..bf3abc6 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/vmware-tanzu/velero-plugin-for-aws go 1.23.0 -toolchain go1.23.6 +toolchain go1.23.10 require ( github.com/aws/aws-sdk-go-v2 v1.24.1