Skip to content

Commit

Permalink
feat: Update required go version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinyoklion committed Jan 22, 2025
1 parent a8a8e1c commit 2942acc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/variables/go-versions.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
latest=1.23
penultimate=1.22
min=1.18
min=1.20
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/launchdarkly/go-server-sdk/v7

go 1.18
go 1.20

require (
github.com/fsnotify/fsnotify v1.4.7
Expand Down
2 changes: 1 addition & 1 deletion ldai/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/launchdarkly/go-server-sdk/ldai

go 1.18
go 1.20

require (
github.com/alexkappa/mustache v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion ldotel/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/launchdarkly/go-server-sdk/ldotel

go 1.18
go 1.20

require (
github.com/launchdarkly/go-sdk-common/v3 v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion testservice/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/launchdarkly/go-server-sdk/v7/testservice

go 1.18
go 1.20

require (
github.com/aws/aws-sdk-go-v2/config v1.17.5
Expand Down

0 comments on commit 2942acc

Please sign in to comment.