Skip to content

Commit 49ccee1

Browse files
committed
fix(ci): switch api updater to go1.24
1 parent b569bb6 commit 49ccee1

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/update-with-latest-versions

1 file changed

+1
-1
lines changed

.github/actions/update-with-latest-versions/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.23
1+
FROM golang:1.24
22

33
ENV DEBIAN_FRONTEND=noninteractive
44
RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)