From ae74c20dde54fda74d19dfba0b37d3c2d8057868 Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Fri, 27 Sep 2024 12:15:42 +0200 Subject: [PATCH] deps: update go to v1.23 Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- Dockerfile | 2 +- go.mod | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 53dc8abb50..58f4768e1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # ALPINE_VERSION sets the Alpine Linux version for all Alpine stages ARG ALPINE_VERSION=3.20 # GO_VERSION sets the Go version for the base stage -ARG GO_VERSION=1.22 +ARG GO_VERSION=1.23 # HTML_TEST_VERSION sets the wjdp/htmltest version for HTML testing ARG HTMLTEST_VERSION=0.17.0 diff --git a/go.mod b/go.mod index f3b04359a2..e40c802f87 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/docker/docs -go 1.21.0 - -toolchain go1.22.5 +go 1.23.1 require ( github.com/docker/buildx v0.17.0 // indirect