Skip to content

Commit 4fe7bee

Browse files
committed
update fly to go 1.25 as well ...
1 parent 373126b commit 4fe7bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fly.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# We explicitly use a certain major version of go, to make sure we don't build
55
# with a newer verison than we are using for CI tests, as we don't directly
66
# test the produced binary but from source code directly.
7-
FROM docker.io/golang:1.23.3 AS builder
7+
FROM docker.io/golang:1.25.5 AS builder
88

99
WORKDIR /app
1010

0 commit comments

Comments
 (0)