Skip to content

Commit

Permalink
try 1.19 again
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Aug 16, 2024
1 parent 76bbbcd commit 1265a35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.22
penultimate=1.21
min=1.20
min=1.19
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.20
go 1.19

require (
github.com/fsnotify/fsnotify v1.4.7
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.20
go 1.19

require (
github.com/gorilla/mux v1.8.0
Expand Down

0 comments on commit 1265a35

Please sign in to comment.