We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7dd184 commit 4313f21Copy full SHA for 4313f21
.github/workflows/gateway-conformance.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Setup Go
72
uses: actions/setup-go@v5
73
with:
74
- go-version: 1.22.x
+ go-version: 1.23.x
75
76
- name: Checkout rainbow
77
uses: actions/checkout@v4
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS builder
+FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder
2
3
LABEL org.opencontainers.image.source=https://github.com/ipfs/rainbow
4
LABEL org.opencontainers.image.documentation=https://github.com/ipfs/rainbow#docker
0 commit comments