From 85a9e1168fd4cabbc2740b6777f03b34741abd8d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 21:47:55 +0000 Subject: [PATCH] chore: Bump github.com/launchdarkly/go-server-sdk/v7 Bumps [github.com/launchdarkly/go-server-sdk/v7](https://github.com/launchdarkly/go-server-sdk) from 7.13.4 to 7.14.0. - [Release notes](https://github.com/launchdarkly/go-server-sdk/releases) - [Changelog](https://github.com/launchdarkly/go-server-sdk/blob/v7/CHANGELOG.md) - [Commits](https://github.com/launchdarkly/go-server-sdk/compare/v7.13.4...v7.14.0) --- updated-dependencies: - dependency-name: github.com/launchdarkly/go-server-sdk/v7 dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 10c7410..b6d6959 100644 --- a/go.mod +++ b/go.mod @@ -1,12 +1,12 @@ module github.com/launchdarkly/hello-go -go 1.23.0 +go 1.24.0 toolchain go1.24.1 require ( github.com/launchdarkly/go-sdk-common/v3 v3.4.0 - github.com/launchdarkly/go-server-sdk/v7 v7.13.4 + github.com/launchdarkly/go-server-sdk/v7 v7.14.1 ) require (