From e0efbad5ec510e91f360a2bd4e3c0e0b5b91afb1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:20:10 -0700 Subject: [PATCH] fix(deps): bump supported Go versions to 1.22.4 and 1.21.11 (#372) Co-authored-by: LaunchDarklyReleaseBot --- .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 0ef00d11..50051726 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.22.3 -penultimate=1.21.10 +latest=1.22.4 +penultimate=1.21.11 diff --git a/Dockerfile b/Dockerfile index d79c7acc..0c2a467a 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.3-alpine3.19 as builder +FROM golang:1.22.4-alpine3.19 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \