ci: update go to 1.20.12 and 1.21.5

This commit is contained in:
Matthew Penner
2023-12-19 14:38:48 -07:00
parent 10c58d3dc0
commit 2641080007
3 changed files with 5 additions and 5 deletions

View File

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