From 5b575d6d82dbb77b439961db78edb0584c9c2509 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Fri, 21 Aug 2026 17:08:40 +0000 Subject: [PATCH] Bumps from Go 1.26.6 -> 1.27.0 and 1.25.13 -> 1.26.7. --- .github/variables/go-versions.env | 4 ++-- Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/variables/go-versions.env b/.github/variables/go-versions.env index fa14bcd8..269a9f68 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.26.6 -penultimate=1.25.13 +latest=1.27.0 +penultimate=1.26.7 diff --git a/Dockerfile b/Dockerfile index e4fc1614..cda33e27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # This is a standalone Dockerfile that does not depend on goreleaser building the binary # It is NOT the version that is pushed to dockerhub -FROM golang:1.26.6-alpine3.24 as builder +FROM golang:1.27.0-alpine3.24 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \