ci: use go 1.21.9 and 1.22.2

This commit is contained in:
Matthew Penner
2024-04-10 17:16:28 -06:00
parent 5415f8ae07
commit 1d5090957b
3 changed files with 3 additions and 3 deletions

View File

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