We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb8da6 commit 23d4f80Copy full SHA for 23d4f80
.github/workflows/actions.yml
@@ -4,7 +4,7 @@ on:
4
types: [opened, synchronize]
5
6
env:
7
- GO_VERSION: '1.22'
+ GO_VERSION: '1.23'
8
9
jobs:
10
lint:
.github/workflows/push.yml
@@ -6,7 +6,7 @@ on:
- 'release-**'
11
12
go.mod
@@ -1,6 +1,6 @@
1
module github.com/vmware-tanzu/load-balancer-operator-for-kubernetes
2
3
-go 1.23
+go 1.23.1
require (
github.com/bitly/go-simplejson v0.5.1
hack/tools/go.mod
module gitlab.eng.vmware.com/core-build/tkg-connectivity/hack/tools
-go 1.22
carvel.dev/ytt v0.49.1
0 commit comments