Skip to content

Commit b18785e

Browse files
committed
build: bump go version to 1.25
kubo v0.37.0 requires go >= 1.25
1 parent 7385d0e commit b18785e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
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.24
1+
FROM golang:1.25
22

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

tools/http-api-docs/go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module http-api-docs
22

3-
go 1.24
4-
5-
toolchain go1.24.1
3+
go 1.25
64

75
require (
86
github.com/Stebalien/go-json-doc v0.0.2

0 commit comments

Comments
 (0)