diff --git a/.github/variables/go-versions.env b/.github/variables/go-versions.env index d2d8b648..76661803 100644 --- a/.github/variables/go-versions.env +++ b/.github/variables/go-versions.env @@ -1,2 +1,2 @@ -latest=1.21.6 -penultimate=1.20.13 +latest=1.22.0 +penultimate=1.21.7 diff --git a/Dockerfile b/Dockerfile index 2367d162..ac7def5b 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.21.6-alpine3.19 as builder +FROM golang:1.22.0-alpine3.19 as builder # See "Runtime platform versions" in CONTRIBUTING.md RUN apk --no-cache add \