support go1.20 (#3287)
This commit is contained in:
committed by
GitHub
Unverified
parent
6b3daffaf0
commit
100148d925
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19 AS building
|
||||
FROM golang:1.20 AS building
|
||||
|
||||
COPY . /building
|
||||
WORKDIR /building
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.19 AS building
|
||||
FROM golang:1.20 AS building
|
||||
|
||||
COPY . /building
|
||||
WORKDIR /building
|
||||
|
||||
Reference in New Issue
Block a user