We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a85de0 commit e4d8eb5Copy full SHA for e4d8eb5
.github/workflows/operator-ci.yaml
@@ -66,7 +66,7 @@ jobs:
66
- name: Setup Go 1.23
67
uses: actions/setup-go@v5
68
with:
69
- go-version: 1.23.8
+ go-version: 1.23.9
70
cache-dependency-path: operator/go.sum
71
- name: Log in to the Container registry
72
uses: docker/login-action@v3
operator/deps.mk
@@ -48,6 +48,7 @@ HELM_VERSION ?= v3.15.0
48
HELMIFY_VERSION ?= v0.4.12
49
GO_LICENSES_VERSION ?= v1.6.0
50
51
+
52
.PHONY: install-deps
53
install-deps: golangci-lint kustomize controller-gen envtest gocover-cobertura ginkgo mockery chainsaw helm helmify go-licenses ## Install all dependencies
54
0 commit comments