k8snetworkplumbingwg / ovs-cni

Open vSwitch CNI plugin
Apache License 2.0
224 stars 71 forks source link

Replace deprecated go get with go install #237

Closed phoracek closed 2 years ago

phoracek commented 2 years ago

Without this, building of the containerized builder produces:

'go get' is no longer supported outside a module. To build and install a command, use 'go install' with a version, like 'go install example.com/cmd@latest' For more information, see https://golang.org/doc/go-get-install-deprecation or run 'go help get' or 'go help install'.

Signed-off-by: Petr Horáček phoracek@redhat.com

What this PR does / why we need it:

Special notes for your reviewer:

Release note:

kubevirt-bot commented 2 years ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: phoracek

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/k8snetworkplumbingwg/ovs-cni/blob/main/OWNERS)~~ [phoracek] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
phoracek commented 2 years ago

/release-note-none

phoracek commented 2 years ago

/retest

rhrazdil commented 2 years ago

/lgtm

phoracek commented 2 years ago

/override LGTM analysis: C/C++

phoracek commented 2 years ago

/retest

phoracek commented 2 years ago

LGTM analysis is acting up... Merging.