File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS builder
1+ FROM golang:1.25 AS builder
22WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
33COPY . .
44RUN make _build-manager BIN_PATH=build/_output/cmd
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS builder
1+ FROM golang:1.25 AS builder
22WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
33COPY . .
44RUN make _build-sriov-network-config-daemon BIN_PATH=build/_output/cmd
Original file line number Diff line number Diff line change 1- FROM golang:1.23 AS builder
1+ FROM golang:1.25 AS builder
22WORKDIR /go/src/github.com/k8snetworkplumbingwg/sriov-network-operator
33COPY . .
44RUN make _build-webhook BIN_PATH=build/_output/cmd
You can’t perform that action at this time.
0 commit comments