ci: update github Worflow, and Go 1.19

This commit is contained in:
Roy Lee 2022-08-04 21:17:00 -07:00
parent 3e45c66f34
commit 0c2b21840d

View file

@ -15,7 +15,7 @@
ARG ARCH=amd64
FROM golang:1.18.2 AS build-container
FROM golang:1.19 AS build-container
ARG ARCH