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 1b92a3a commit 92bbcb3Copy full SHA for 92bbcb3
README.md
@@ -31,7 +31,7 @@ go get -u 'github.com/gitpod-io/[email protected]'
31
32
## Requirements
33
34
-This library requires Go 1.18+.
+This library requires Go 1.22+.
35
36
## Usage
37
go.mod
@@ -1,6 +1,6 @@
1
module github.com/gitpod-io/gitpod-sdk-go
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/tidwall/gjson v1.14.4
0 commit comments