From 4a670b7037766a2aa50c7e22e56e7d77ee0a3994 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 11:21:51 -0800 Subject: [PATCH] fix(deps): bump supported Go versions to 1.22.1 and 1.21.8 (#333) Bumps from Go 1.22.0 -> 1.22.1 and 1.21.7 -> 1.21.8. --- .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 76661803..eb78d08d 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.22.0 -penultimate=1.21.7 +latest=1.22.1 +penultimate=1.21.8 diff --git a/Dockerfile b/Dockerfile index ac7def5b..6ea2b11a 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.0-alpine3.19 as builder +FROM golang:1.22.1-alpine3.19 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \