Skip to content

Commit 02dcae6

Browse files
chore: bump minimum go version to 1.22
1 parent 2738bce commit 02dcae6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

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

3-
go 1.21
3+
go 1.22
44

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

internal/encoding/json/shims/shims.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This package provides shims over Go 1.2{2,3} APIs
2-
// which are missing from Go 1.21, and used by the Go 1.24 encoding/json package.
2+
// which are missing from Go 1.22, and used by the Go 1.24 encoding/json package.
33
//
44
// Inside the vendored package, all shim code has comments that begin look like
55
// // SHIM(...): ...

0 commit comments

Comments
 (0)