Skip to content

Commit 3d9d7db

Browse files
committed
bump go version to 1.24
1 parent d4c58c1 commit 3d9d7db

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/variables/go-versions.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
latest=1.23
1+
latest=1.24
22
penultimate=1.22
33
min=1.18

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Applications using the LaunchDarkly Go SDK will generally use the `ldcontext` su
1212

1313
## Supported Go versions
1414

15-
This version of the project requires a Go version of 1.18 or higher.
15+
This version of the project requires a Go version of 1.24 or higher.
1616

1717
## Integration with easyjson
1818

go.mod

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

3-
go 1.18
3+
go 1.24
44

55
require (
66
github.com/launchdarkly/go-jsonstream/v3 v3.0.0

0 commit comments

Comments
 (0)