support go1.20 (#3287)

This commit is contained in:
fatedier
2023-02-05 20:52:36 +08:00
committed by GitHub
Unverified
parent 6b3daffaf0
commit 100148d925
9 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.19 AS building
FROM golang:1.20 AS building
COPY . /building
WORKDIR /building
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.19 AS building
FROM golang:1.20 AS building
COPY . /building
WORKDIR /building