Chore(deps): bump golang from 1.18.5 to 1.19.0

Bumps golang from 1.18.5 to 1.19.0.
This commit is contained in:
2022-08-02 21:41:05 +00:00
parent bdf04c2be9
commit debd552f09
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.18.5 as build
FROM golang:1.19.0 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build