From 0c2b21840d8b13f9633c5e400c3f313164bade9f Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Thu, 4 Aug 2022 21:17:00 -0700 Subject: [PATCH] ci: update github Worflow, and Go 1.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a96c4d0..df5045f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ ARG ARCH=amd64 -FROM golang:1.18.2 AS build-container +FROM golang:1.19 AS build-container ARG ARCH