Skip to content

Commit 010e27a

Browse files
dilyar85sreyasn
authored andcommitted
Go 1.22.5 (#611)
1 parent 6d5810b commit 010e27a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ci
22

33
env:
4-
GO_VERSION: 1.22.4
4+
GO_VERSION: 1.22.5
55

66
on:
77
pull_request:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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.
55
FROM golang:${GO_VERSION} as builder

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/vm-operator/api
22

3-
go 1.22.4
3+
go 1.22.5
44

55
replace github.com/vmware-tanzu/vm-operator/pkg/constants/testlabels => ../pkg/constants/testlabels
66

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/vm-operator
22

3-
go 1.22.4
3+
go 1.22.5
44

55
replace (
66
github.com/envoyproxy/go-control-plane => github.com/envoyproxy/go-control-plane v0.9.4

hack/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/vm-operator/hack/tools
22

3-
go 1.22.4
3+
go 1.22.5
44

55
require (
66
github.com/AlekSi/gocov-xml v1.1.0

0 commit comments

Comments
 (0)