We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd7a9b commit 6cfe89fCopy full SHA for 6cfe89f
2 files changed
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/imagekit-developer/imagekit-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