From 1aa0b5a283a766d0671709a7b0558a6d893956c1 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Tue, 26 Mar 2024 18:54:40 +0000 Subject: [PATCH] Bumps from Go 1.18 -> 1.22 and 1.19 -> 1.21. --- .github/variables/go-versions.env | 4 ++-- go.mod | 2 +- testservice/go.mod | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/variables/go-versions.env b/.github/variables/go-versions.env index 90668d9e..b985fc94 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.18 -penultimate=1.19 +latest=1.22 +penultimate=1.21 diff --git a/go.mod b/go.mod index 19ad34f8..f1d2c680 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/launchdarkly/go-server-sdk/v6 -go 1.18 +go 1.21 require ( github.com/fsnotify/fsnotify v1.4.7 diff --git a/testservice/go.mod b/testservice/go.mod index 4c2ba986..83d071ab 100644 --- a/testservice/go.mod +++ b/testservice/go.mod @@ -1,6 +1,6 @@ module github.com/launchdarkly/go-server-sdk/v6/testservice -go 1.18 +go 1.21 require ( github.com/gorilla/mux v1.8.0