ci: update to go 1.19 and 1.20

This commit is contained in:
Matthew Penner
2023-03-07 15:20:49 -07:00
parent 43b3496f00
commit 5424c6718e
3 changed files with 3 additions and 3 deletions

View File

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