bump go1.23 (#198)

This commit is contained in:
Enrico Candino
2025-01-21 10:50:23 +01:00
committed by GitHub
parent d4368da9a0
commit f9b3d62413
3 changed files with 4 additions and 8 deletions
+1 -3
View File
@@ -30,9 +30,7 @@ jobs:
- name: Install tools
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
# With Golang 1.22 we need to use the release-0.18 branch
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@release-0.18
go install sigs.k8s.io/controller-runtime/tools/setup-envtest@latest
ENVTEST_BIN=$(setup-envtest use -p path)
sudo mkdir -p /usr/local/kubebuilder/bin