We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9506d commit 02f65caCopy full SHA for 02f65ca
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax=docker/dockerfile:1.22-labs
2
-ARG GO_VERSION=1.24
+ARG GO_VERSION=1.26
3
4
# get modules, if they don't change the cache can be used for faster builds
5
FROM golang:${GO_VERSION} AS base
0 commit comments