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 d4c58c1 commit 3d9d7dbCopy full SHA for 3d9d7db
.github/variables/go-versions.env
@@ -1,3 +1,3 @@
1
-latest=1.23
+latest=1.24
2
penultimate=1.22
3
min=1.18
README.md
@@ -12,7 +12,7 @@ Applications using the LaunchDarkly Go SDK will generally use the `ldcontext` su
12
13
## Supported Go versions
14
15
-This version of the project requires a Go version of 1.18 or higher.
+This version of the project requires a Go version of 1.24 or higher.
16
17
## Integration with easyjson
18
go.mod
@@ -1,6 +1,6 @@
module github.com/launchdarkly/go-sdk-common/v3
-go 1.18
+go 1.24
4
5
require (
6
github.com/launchdarkly/go-jsonstream/v3 v3.0.0
0 commit comments