We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cd0e87 commit b67541aCopy full SHA for b67541a
README.md
@@ -1,6 +1,6 @@
1
# Dev Portal Go SDK
2
3
-The SDK requires a minimum version of Go `1.21`.
+The SDK requires a minimum version of Go `1.22`.
4
5
Check out the [release notes](https://github.com/1inch/1inch-sdk-go/blob/main/CHANGELOG.md) for information about
6
the latest bug fixes, updates, and features added to the SDK.
go.mod
@@ -1,7 +1,8 @@
module github.com/1inch/1inch-sdk-go
-go 1.21.1
-toolchain go1.22.5
+go 1.22
+
+toolchain go1.23.0
7
require (
8
github.com/ethereum/go-ethereum v1.14.13
0 commit comments