Skip to content

Commit 62e7d88

Browse files
committed
Add missing part
Signed-off-by: Lubron Zhan <[email protected]>
1 parent d10bba1 commit 62e7d88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/actions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [opened, synchronize]
55

66
env:
7-
GO_VERSION: '1.22'
7+
GO_VERSION: '1.23'
88

99
jobs:
1010
lint:

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'release-**'
77

88
env:
9-
GO_VERSION: '1.22'
9+
GO_VERSION: '1.23'
1010

1111
jobs:
1212
lint:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/vmware-tanzu/load-balancer-operator-for-kubernetes
22

3-
go 1.23
3+
go 1.23.1
44

55
require (
66
github.com/bitly/go-simplejson v0.5.1

hack/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module gitlab.eng.vmware.com/core-build/tkg-connectivity/hack/tools
22

3-
go 1.22
3+
go 1.23.1
44

55
require (
66
carvel.dev/ytt v0.49.1

0 commit comments

Comments
 (0)