Skip to content

Commit 437f867

Browse files
authored
ci: uci/update-go (#235)
* chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 * chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23
1 parent 63f1d22 commit 437f867

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

fixtures/ipns_records/generator/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module generator
22

3-
go 1.22.0
4-
5-
toolchain go1.22.8
3+
go 1.23
64

75
require (
86
github.com/ipfs/boxo v0.26.0

go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/ipfs/gateway-conformance
22

3-
go 1.22.0
4-
5-
toolchain go1.22.8
3+
go 1.23
64

75
require (
86
github.com/ipfs/boxo v0.26.0

0 commit comments

Comments
 (0)