Skip to content

Commit 4313f21

Browse files
authored
chore: build with go1.23 (#179)
1 parent e7dd184 commit 4313f21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gateway-conformance.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go
7272
uses: actions/setup-go@v5
7373
with:
74-
go-version: 1.22.x
74+
go-version: 1.23.x
7575

7676
- name: Checkout rainbow
7777
uses: actions/checkout@v4

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS builder
1+
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder
22

33
LABEL org.opencontainers.image.source=https://github.com/ipfs/rainbow
44
LABEL org.opencontainers.image.documentation=https://github.com/ipfs/rainbow#docker

0 commit comments

Comments
 (0)