From a23f728de5f2597393b607eaa4dc623bea1a1885 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 16:58:52 -0700 Subject: [PATCH] fix(deps): bump supported Go versions to 1.22.2 and 1.21.9 (#349) 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 eb78d08d..0577eec9 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.22.1 -penultimate=1.21.8 +latest=1.22.2 +penultimate=1.21.9 diff --git a/Dockerfile b/Dockerfile index 6ea2b11a..94bfad1e 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.1-alpine3.19 as builder +FROM golang:1.22.2-alpine3.19 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \