From 636756f8620731eec6fcbb38f92e570d2d7ecd5b Mon Sep 17 00:00:00 2001 From: web3-bot Date: Fri, 23 Aug 2024 10:39:29 +0000 Subject: [PATCH 1/2] chore: bump go.mod to Go 1.22 and run go fix --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 5713c0f..050625e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/ipfs-ds-postgres -go 1.21 +go 1.22 require ( github.com/ipfs/go-datastore v0.5.1 From 5eacef1853613a4d162502be261ee307dcf91013 Mon Sep 17 00:00:00 2001 From: web3-bot Date: Sun, 16 Feb 2025 12:36:45 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 050625e..cba4932 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/ipfs/ipfs-ds-postgres -go 1.22 +go 1.23 require ( github.com/ipfs/go-datastore v0.5.1