Skip to content

Commit fcf2651

Browse files
authored
chore(deps): update golang docker tag to v1.26
1 parent ac1d367 commit fcf2651

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,6 +1,6 @@
11
# we use the build platform because we cross compile the go binary for the target platform
22
# that way we don't use emulation and slow down builds
3-
FROM --platform=${BUILDPLATFORM} golang:1.25 AS builder
3+
FROM --platform=${BUILDPLATFORM} golang:1.26 AS builder
44
RUN go version
55

66
ARG repo_name

0 commit comments

Comments
 (0)