Skip to content

Commit 7a48ddc

Browse files
chore(deps): update golang docker tag to v1.24 (#486)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ec95fd0 commit 7a48ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.14-labs
2-
ARG GO_VERSION=1.23
2+
ARG GO_VERSION=1.24
33

44
# get modules, if they don't change the cache can be used for faster builds
55
FROM golang:${GO_VERSION} AS base

0 commit comments

Comments
 (0)