diff --git a/.github/actions/latest-kubo-tag/Dockerfile b/.github/actions/latest-kubo-tag/Dockerfile index 56b04f4a8..956bdf30c 100644 --- a/.github/actions/latest-kubo-tag/Dockerfile +++ b/.github/actions/latest-kubo-tag/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 +FROM golang:1.23 ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/* diff --git a/.github/actions/update-with-latest-versions/Dockerfile b/.github/actions/update-with-latest-versions/Dockerfile index 56b04f4a8..956bdf30c 100644 --- a/.github/actions/update-with-latest-versions/Dockerfile +++ b/.github/actions/update-with-latest-versions/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22 +FROM golang:1.23 ENV DEBIAN_FRONTEND=noninteractive RUN apt update && apt install -y jq && rm -rf /var/lib/apt/lists/* diff --git a/tools/http-api-docs/go.mod b/tools/http-api-docs/go.mod index 70dac6630..974891353 100644 --- a/tools/http-api-docs/go.mod +++ b/tools/http-api-docs/go.mod @@ -1,8 +1,6 @@ module http-api-docs -go 1.22 - -toolchain go1.22.2 +go 1.23 require ( github.com/Stebalien/go-json-doc v0.0.2