Skip to content

Commit 560b183

Browse files
committed
ci: align Docker builder Go version with go.mod
Use golang:1.24.13-alpine3.22 in Dockerfile so GHCR dev image builds succeed with go.mod go 1.24.13 requirement.
1 parent dd403c0 commit 560b183

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,4 +1,4 @@
1-
FROM golang:1.24.6-alpine3.22 AS builder
1+
FROM golang:1.24.13-alpine3.22 AS builder
22

33
WORKDIR /src
44

0 commit comments

Comments
 (0)