ci: update github Worflow, and Go 1.19
This commit is contained in:
parent
3e45c66f34
commit
0c2b21840d
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
ARG ARCH=amd64
|
ARG ARCH=amd64
|
||||||
|
|
||||||
FROM golang:1.18.2 AS build-container
|
FROM golang:1.19 AS build-container
|
||||||
|
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue