Skip to content

Commit b67541a

Browse files
committed
Updating go mod and readme
1 parent 0cd0e87 commit b67541a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dev Portal Go SDK
22

3-
The SDK requires a minimum version of Go `1.21`.
3+
The SDK requires a minimum version of Go `1.22`.
44

55
Check out the [release notes](https://github.com/1inch/1inch-sdk-go/blob/main/CHANGELOG.md) for information about
66
the latest bug fixes, updates, and features added to the SDK.

go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
module github.com/1inch/1inch-sdk-go
22

3-
go 1.21.1
4-
toolchain go1.22.5
3+
go 1.22
4+
5+
toolchain go1.23.0
56

67
require (
78
github.com/ethereum/go-ethereum v1.14.13

0 commit comments

Comments
 (0)