act_runner requires go 1.24 now
This commit is contained in:
parent
425a570261
commit
0d687268c7
@ -1,4 +1,4 @@
|
||||
FROM golang:1.23-alpine AS builder
|
||||
FROM golang:1.24-alpine AS builder
|
||||
|
||||
# Do not remove `git` here, it is required for getting runner version when executing `make build`
|
||||
RUN apk add --no-cache make git
|
||||
|
Loading…
x
Reference in New Issue
Block a user