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 a915799 commit f6381a8Copy full SHA for f6381a8
CONTRIBUTING.md
@@ -9,7 +9,7 @@ $ ./scripts/lint
9
10
This will install all the required dependencies and build the SDK.
11
12
-You can also [install go 1.18+ manually](https://go.dev/doc/install).
+You can also [install go 1.22+ manually](https://go.dev/doc/install).
13
14
## Modifying/Adding code
15
README.md
@@ -35,7 +35,7 @@ go get -u 'github.com/ScrapeGraphAI/scrapegraphai-go@v0.0.1'
35
36
## Requirements
37
38
-This library requires Go 1.18+.
+This library requires Go 1.22+.
39
40
## Usage
41
0 commit comments