Skip to content

Commit b70d31a

Browse files
committedFeb 16, 2025·
deps(docker): Upgrade to the latest stable Go version 1.24.0
See [1]. [1]: https://go.dev/doc/go1.24 Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
1 parent cbb60a8 commit b70d31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docker/versions.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ARG COMPOSER_VERSION=2.8.4
88
ARG CONAN_VERSION=1.66.0
99
ARG DART_VERSION=2.18.4
1010
ARG DOTNET_VERSION=6.0
11-
ARG GO_VERSION=1.23.5
11+
ARG GO_VERSION=1.24.0
1212
ARG HASKELL_STACK_VERSION=2.13.1
1313
ARG JAVA_VERSION=21
1414
ARG LICENSEE_VERSION=9.18.0

0 commit comments

Comments
 (0)
Please sign in to comment.