Skip to content

Commit 92bbcb3

Browse files
chore: bump minimum go version to 1.22
1 parent 1b92a3a commit 92bbcb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ go get -u 'github.com/gitpod-io/[email protected]'
3131

3232
## Requirements
3333

34-
This library requires Go 1.18+.
34+
This library requires Go 1.22+.
3535

3636
## Usage
3737

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gitpod-io/gitpod-sdk-go
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/tidwall/gjson v1.14.4

0 commit comments

Comments
 (0)