Skip to content

Commit 0d68726

Browse files
act_runner requires go 1.24 now
1 parent 425a570 commit 0d68726

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.23-alpine AS builder
1+
FROM golang:1.24-alpine AS builder
22

33
# Do not remove `git` here, it is required for getting runner version when executing `make build`
44
RUN apk add --no-cache make git

0 commit comments

Comments
 (0)