mirror of https://github.com/docker/docs.git
deps: update go to v1.23
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
79ea6e636d
commit
ae74c20dde
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue