Skip to content

Commit d376c95

Browse files
committed
dockerfile: update go to 1.21
1 parent 038d07a commit d376c95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/latest-kubo-tag/Dockerfile

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

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

.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.19
1+
FROM golang:1.21
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)