From 18f6a65d787b401c7d085fd166050d63b8cb7a85 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Tue, 4 Oct 2022 13:57:52 +0200 Subject: [PATCH 1/2] update Go version to 1.18 --- .github/actions/update-with-latest-versions/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/update-with-latest-versions/Dockerfile b/.github/actions/update-with-latest-versions/Dockerfile index 3de042c7c..340b322d9 100644 --- a/.github/actions/update-with-latest-versions/Dockerfile +++ b/.github/actions/update-with-latest-versions/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17 +FROM golang:1.18 ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/* From fc5ec32ea67c4b96db3a89c53f6d16c8df087c17 Mon Sep 17 00:00:00 2001 From: Piotr Galar Date: Tue, 4 Oct 2022 13:59:16 +0200 Subject: [PATCH 2/2] update go version to 1.18 --- .github/actions/latest-kubo-tag/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/latest-kubo-tag/Dockerfile b/.github/actions/latest-kubo-tag/Dockerfile index 3de042c7c..340b322d9 100644 --- a/.github/actions/latest-kubo-tag/Dockerfile +++ b/.github/actions/latest-kubo-tag/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.17 +FROM golang:1.18 ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/*