Skip to content

Commit a92b595

Browse files
Update dependency architect to v5.11.1, bump controller-gen (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Sommer <[email protected]>
1 parent 20a37dd commit a92b595

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version: 2.1
22
orbs:
3-
architect: giantswarm/architect@5.5.1
3+
architect: giantswarm/architect@5.11.1
44

55
jobs:
66
unit-tests:

Makefile.custom.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ coverage-html: test-unit
122122
CONTROLLER_GEN = $(shell pwd)/bin/controller-gen
123123
.PHONY: controller-gen
124124
controller-gen: ## Download controller-gen locally if necessary.
125-
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.10.0)
125+
$(call go-get-tool,$(CONTROLLER_GEN),sigs.k8s.io/controller-tools/cmd/controller-gen@v0.16.5)
126126

127127
ENVTEST = $(shell pwd)/bin/setup-envtest
128128
.PHONY: envtest

0 commit comments

Comments
 (0)