From f83d5806f780928161619235ff6d4784ba74d113 Mon Sep 17 00:00:00 2001 From: LaunchDarklyReleaseBot Date: Thu, 9 May 2024 17:03:38 +0000 Subject: [PATCH] Bumps from Go 1.22.2 -> 1.22.3 and 1.21.9 -> 1.21.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 0577eec9..0ef00d11 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.22.2 -penultimate=1.21.9 +latest=1.22.3 +penultimate=1.21.10 diff --git a/Dockerfile b/Dockerfile index 94bfad1e..606d0fe5 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.22.2-alpine3.19 as builder +FROM golang:1.22.3-alpine3.19 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \