From 3cc0ec0041bac64ce91cf08b128da712fa88f98a Mon Sep 17 00:00:00 2001 From: web3-bot Date: Sun, 16 Feb 2025 12:34:33 +0000 Subject: [PATCH 1/2] chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 --- fixtures/ipns_records/generator/go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/fixtures/ipns_records/generator/go.mod b/fixtures/ipns_records/generator/go.mod index 9ddfef20a..5b06cb867 100644 --- a/fixtures/ipns_records/generator/go.mod +++ b/fixtures/ipns_records/generator/go.mod @@ -1,8 +1,6 @@ module generator -go 1.22.0 - -toolchain go1.22.8 +go 1.23 require ( github.com/ipfs/boxo v0.26.0 From 7e036c3505d4f33289a337ad345b96a8858871b3 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Sun, 16 Feb 2025 12:34:37 +0000 Subject: [PATCH 2/2] chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 --- go.mod | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 28ddfb235..b2ff4bf87 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,6 @@ module github.com/ipfs/gateway-conformance -go 1.22.0 - -toolchain go1.22.8 +go 1.23 require ( github.com/ipfs/boxo v0.26.0