File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 10
10
- name : Set up Go
11
11
uses : actions/setup-go@v2
12
12
with :
13
- go-version : ' 1.22.8 '
13
+ go-version : ' 1.22.10 '
14
14
id : go
15
15
16
16
- name : Check out the code
Original file line number Diff line number Diff line change 18
18
- name : Set up Go
19
19
uses : actions/setup-go@v2
20
20
with :
21
- go-version : ' 1.22.8 '
21
+ go-version : ' 1.22.10 '
22
22
id : go
23
23
24
24
- name : Check out code into the Go module directory
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 --platform=$BUILDPLATFORM golang:1.22.8 -bookworm AS build
15
+ FROM --platform=$BUILDPLATFORM golang:1.22.10 -bookworm AS build
16
16
17
17
ARG TARGETOS
18
18
ARG TARGETARCH
Original file line number Diff line number Diff line change 1
1
module github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
2
2
3
- go 1.22.8
3
+ go 1.22.10
4
4
5
5
require (
6
6
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.11.1
@@ -11,7 +11,7 @@ require (
11
11
github.com/sirupsen/logrus v1.9.3
12
12
github.com/spf13/pflag v1.0.5
13
13
github.com/stretchr/testify v1.9.0
14
- github.com/vmware-tanzu/velero v1.15.0
14
+ github.com/vmware-tanzu/velero v1.15.1-rc.1
15
15
k8s.io/api v0.29.0
16
16
k8s.io/apimachinery v0.29.0
17
17
sigs.k8s.io/azuredisk-csi-driver v1.26.0
Original file line number Diff line number Diff line change @@ -270,8 +270,8 @@ github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO
270
270
github.com/stretchr/testify v1.8.1 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
271
271
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
272
272
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
273
- github.com/vmware-tanzu/velero v1.15.0 h1:+S/lNSDwQqlROGWfmNuZnnabopGmco978COIt3AP09c =
274
- github.com/vmware-tanzu/velero v1.15.0 /go.mod h1:28VhzPJRBo91GBRkgs4Ird0fx2vCpepBWmhF+5Pn/WQ =
273
+ github.com/vmware-tanzu/velero v1.15.1-rc.1 h1:riVx9qbpbLYjXA6LwH7xJMIjsF53YKcEQLOA4RxMxRE =
274
+ github.com/vmware-tanzu/velero v1.15.1-rc.1 /go.mod h1:bZbnBC9OcwXfsovU0uCHwPlbm3ba8N9fwvBkwnU2vls =
275
275
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
276
276
github.com/yuin/goldmark v1.2.1 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
277
277
github.com/yuin/goldmark v1.3.5 /go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k =
You can’t perform that action at this time.
0 commit comments