ci: update to go1.22.5, drop go1.21

Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
Matthew Penner
2024-07-24 13:14:25 -06:00
parent 2f4a0d7262
commit ac260bd5ee
3 changed files with 5 additions and 5 deletions

View File

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