ci: update to go 1.21.8 and 1.22.1

Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
Matthew Penner
2024-03-12 21:43:50 -06:00
parent eadbe920fe
commit 27f3e76c77
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
# Stage 1 (Build)
FROM golang:1.20.12-alpine AS builder
FROM golang:1.21.8-alpine AS builder
ARG VERSION
RUN apk add --update --no-cache git make