Skip to content

Commit bd8f54a

Browse files
authored
ci: uci/update-go (#137)
* chore!: bump go.mod to Go 1.24 and run go fix BREAKING CHANGE: Updating the Go version to 1.24 * fix: stop using the deprecated io/ioutil package
1 parent bbbae86 commit bd8f54a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/filecoin-project/go-jsonrpc
22

3-
go 1.23.0
3+
go 1.24
44

55
require (
66
github.com/google/uuid v1.1.1

method_formatter_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ package jsonrpc
33
import (
44
"context"
55
"fmt"
6-
"github.com/stretchr/testify/require"
76
"net/http"
87
"net/http/httptest"
98
"strings"
109
"testing"
10+
11+
"github.com/stretchr/testify/require"
1112
)
1213

1314
func TestDifferentMethodNamers(t *testing.T) {

0 commit comments

Comments
 (0)