File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11name : ci
22
33env :
4- GO_VERSION : 1.22.4
4+ GO_VERSION : 1.22.5
55
66on :
77 pull_request :
Original file line number Diff line number Diff line change 11# Go version used to build the binaries.
2- ARG GO_VERSION=1.22.4
2+ ARG GO_VERSION=1.22.5
33
44# # Docker image used to build the binaries.
55FROM golang:${GO_VERSION} as builder
Original file line number Diff line number Diff line change 11module github.com/vmware-tanzu/vm-operator/api
22
3- go 1.22.4
3+ go 1.22.5
44
55replace github.com/vmware-tanzu/vm-operator/pkg/constants/testlabels => ../pkg/constants/testlabels
66
Original file line number Diff line number Diff line change 11module github.com/vmware-tanzu/vm-operator
22
3- go 1.22.4
3+ go 1.22.5
44
55replace (
66 github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.9.4
Original file line number Diff line number Diff line change 11module github.com/vmware-tanzu/vm-operator/hack/tools
22
3- go 1.22.4
3+ go 1.22.5
44
55require (
66 github.com/AlekSi/gocov-xml v1.1.0
You can’t perform that action at this time.
0 commit comments