Skip to content

Commit 2cd7a9b

Browse files
chore: bump minimum go version to 1.22
1 parent 8e4ef56 commit 2cd7a9b

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/imagekit-developer/imagekit-go
22

3-
go 1.21.0
4-
5-
toolchain go1.22.12
3+
go 1.22
64

75
require (
86
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20250711233419-a173a6c0125c

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)