go mod vendor
+ move k8s.io/apimachinery fork from go.work to go.mod (and include it in vendor)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM golang:1.19 AS builder
|
||||
WORKDIR /wd
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
COPY go.mod go.sum vendor ./
|
||||
RUN go mod download
|
||||
|
||||
COPY . ./
|
||||
|
Reference in New Issue
Block a user