Skip to content

Commit

Permalink
chore: update to go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Oct 22, 2024
1 parent e7dd184 commit f11aecc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gateway-conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Checkout rainbow
uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The following emojis are used to highlight certain changes:
### Changed

- boxo [0.24.1](https://github.com/ipfs/boxo/releases/tag/v0.24.1)
- Updated Go in go.mod to 1.23

### Removed

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.22-bookworm AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23-bookworm AS builder

LABEL org.opencontainers.image.source=https://github.com/ipfs/rainbow
LABEL org.opencontainers.image.documentation=https://github.com/ipfs/rainbow#docker
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/ipfs/rainbow

go 1.22
go 1.23

require (
github.com/cockroachdb/pebble v1.1.2
Expand Down

0 comments on commit f11aecc

Please sign in to comment.