Skip to content

Commit

Permalink
chore: update Dockerfile to use go1.23 (#1941)
Browse files Browse the repository at this point in the history
* chore: update Dockerfile to use go1.23

* chore: go.mod 1.23

---------

Co-authored-by: Marcin Rataj <[email protected]>
  • Loading branch information
gammazero and lidel authored Oct 17, 2024
1 parent ec9be8e commit 655fc62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/latest-kubo-tag/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/update-with-latest-versions/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*
Expand Down
4 changes: 1 addition & 3 deletions tools/http-api-docs/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 655fc62

Please sign in to comment.