update Go to 1.22

Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
Tonis Tiigi
2024-07-02 22:27:43 -07:00
parent 4be2259719
commit cbe7901667
7 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.21
ARG GO_VERSION=1.22
ARG FORMATS=md,yaml
FROM golang:${GO_VERSION}-alpine AS docsgen