We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4ef56 commit 2cd7a9bCopy full SHA for 2cd7a9b
2 files changed
go.mod
@@ -1,8 +1,6 @@
1
module github.com/imagekit-developer/imagekit-go
2
3
-go 1.21.0
4
-
5
-toolchain go1.22.12
+go 1.22
6
7
require (
8
github.com/standard-webhooks/standard-webhooks/libraries v0.0.0-20250711233419-a173a6c0125c
internal/encoding/json/shims/shims.go
@@ -1,5 +1,5 @@
// This package provides shims over Go 1.2{2,3} APIs
-// which are missing from Go 1.21, and used by the Go 1.24 encoding/json package.
+// which are missing from Go 1.22, and used by the Go 1.24 encoding/json package.
//
// Inside the vendored package, all shim code has comments that begin look like
// // SHIM(...): ...
0 commit comments