Skip to content

Commit 168ec35

Browse files
authored
ci: uci/update-go (#52)
* chore!: bump go.mod to Go 1.23 and run go fix BREAKING CHANGE: Updating the Go version to 1.23 * fix: stop using the deprecated io/ioutil package
1 parent 598d384 commit 168ec35

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/libp2p/go-netroute
22

3-
go 1.22
3+
go 1.23
44

55
require (
66
github.com/google/gopacket v1.1.19

netroute_bsd_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
package netroute
44

55
import (
6-
"golang.org/x/net/route"
76
"net"
87
"testing"
8+
9+
"golang.org/x/net/route"
910
)
1011

1112
func TestToIPAddr(t *testing.T) {

0 commit comments

Comments
 (0)