Skip to content

Commit e4d8eb5

Browse files
committed
fix(operator/ci): invalidate cache and use 1.23.9?
1 parent 9a85de0 commit e4d8eb5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/operator-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup Go 1.23
6767
uses: actions/setup-go@v5
6868
with:
69-
go-version: 1.23.8
69+
go-version: 1.23.9
7070
cache-dependency-path: operator/go.sum
7171
- name: Log in to the Container registry
7272
uses: docker/login-action@v3

operator/deps.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ HELM_VERSION ?= v3.15.0
4848
HELMIFY_VERSION ?= v0.4.12
4949
GO_LICENSES_VERSION ?= v1.6.0
5050

51+
5152
.PHONY: install-deps
5253
install-deps: golangci-lint kustomize controller-gen envtest gocover-cobertura ginkgo mockery chainsaw helm helmify go-licenses ## Install all dependencies
5354

0 commit comments

Comments
 (0)