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 12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
- FROM registry.ci.openshift.org/openshift/release:golang-1.18 AS builder
15
+ FROM registry.ci.openshift.org/openshift/release:golang-1.19 AS builder
16
16
WORKDIR /go/src/github.com/openshift/machine-api-provider-azure
17
17
COPY . .
18
18
# VERSION env gets set in the openshift/release image and refers to the golang version, which interferes with our own
Original file line number Diff line number Diff line change 24
24
VERSION ?= $(shell git describe --always --abbrev=7)
25
25
REPO_PATH ?= github.com/openshift/machine-api-provider-azure
26
26
LD_FLAGS ?= -X $(REPO_PATH ) /pkg/version.Raw=$(VERSION ) -extldflags -static
27
- BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.18
27
+ BUILD_IMAGE ?= registry.ci.openshift.org/openshift/release:golang-1.19
28
28
29
29
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
30
30
ENVTEST_K8S_VERSION = 1.25
Original file line number Diff line number Diff line change 1
1
module github.com/openshift/machine-api-provider-azure
2
2
3
- go 1.18
3
+ go 1.19
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go v66.0.0+incompatible
You can’t perform that action at this time.
0 commit comments