support go1.21 (#3573)
This commit is contained in:
committed by
GitHub
Unverified
parent
e9e12cf888
commit
f1454e91f5
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.20 AS building
|
||||
FROM golang:1.21 AS building
|
||||
|
||||
COPY . /building
|
||||
WORKDIR /building
|
||||
|
||||
Reference in New Issue
Block a user