From c8cb380395dc82313d23479bd07188011d5a8982 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 2 Oct 2024 17:03:43 +0000 Subject: [PATCH] Bumps from Go 1.23.1 -> 1.23.2 and 1.22.7 -> 1.22.8. --- .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 4201596b..4391ac27 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.23.1 -penultimate=1.22.7 +latest=1.23.2 +penultimate=1.22.8 diff --git a/Dockerfile b/Dockerfile index 2e4a61d4..997bbd10 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.23.1-alpine3.20 as builder +FROM golang:1.23.2-alpine3.20 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \