From c3097d48ad1f40fb8ae39d0edf5a7e52602585dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 12:22:37 -0700 Subject: [PATCH] fix(deps): bump supported Go versions to 1.22.6 and 1.21.13 (#426) 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 ad4de46b..f4a0cd70 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.22.5 -penultimate=1.21.12 +latest=1.22.6 +penultimate=1.21.13 diff --git a/Dockerfile b/Dockerfile index e1ec71f8..9f320853 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.5-alpine3.20 as builder +FROM golang:1.22.6-alpine3.20 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \