From 07469379708ebbee8794844b696cc7fa5654e07c Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Wed, 4 Dec 2024 17:04:19 +0000 Subject: [PATCH] Bumps from Go 1.23.3 -> 1.23.4 and 1.22.9 -> 1.22.10. --- .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 783cda47..8a6cc5a0 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.23.3 -penultimate=1.22.9 +latest=1.23.4 +penultimate=1.22.10 diff --git a/Dockerfile b/Dockerfile index 612dc128..095880cd 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.3-alpine3.20 as builder +FROM golang:1.23.4-alpine3.20 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \