Skip to content

Commit

Permalink
ci: uci/update-go (#235)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
web3-bot authored Feb 16, 2025
1 parent 63f1d22 commit 437f867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions fixtures/ipns_records/generator/go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 437f867

Please sign in to comment.