Skip to content

Commit e563edf

Browse files
Merge pull request #80 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 840dbd7 + 998c280 commit e563edf

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

klone.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,55 +9,55 @@ targets:
99
- folder_name: boilerplate
1010
repo_url: https://github.com/cert-manager/makefile-modules.git
1111
repo_ref: main
12-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
12+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
1313
repo_path: modules/boilerplate
1414
- folder_name: cert-manager
1515
repo_url: https://github.com/cert-manager/makefile-modules.git
1616
repo_ref: main
17-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
17+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
1818
repo_path: modules/cert-manager
1919
- folder_name: controller-gen
2020
repo_url: https://github.com/cert-manager/makefile-modules.git
2121
repo_ref: main
22-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
22+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
2323
repo_path: modules/controller-gen
2424
- folder_name: generate-verify
2525
repo_url: https://github.com/cert-manager/makefile-modules.git
2626
repo_ref: main
27-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
27+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
2828
repo_path: modules/generate-verify
2929
- folder_name: go
3030
repo_url: https://github.com/cert-manager/makefile-modules.git
3131
repo_ref: main
32-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
32+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
3333
repo_path: modules/go
3434
- folder_name: help
3535
repo_url: https://github.com/cert-manager/makefile-modules.git
3636
repo_ref: main
37-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
37+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
3838
repo_path: modules/help
3939
- folder_name: kind
4040
repo_url: https://github.com/cert-manager/makefile-modules.git
4141
repo_ref: main
42-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
42+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
4343
repo_path: modules/kind
4444
- folder_name: klone
4545
repo_url: https://github.com/cert-manager/makefile-modules.git
4646
repo_ref: main
47-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
47+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
4848
repo_path: modules/klone
4949
- folder_name: oci-build
5050
repo_url: https://github.com/cert-manager/makefile-modules.git
5151
repo_ref: main
52-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
52+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
5353
repo_path: modules/oci-build
5454
- folder_name: repository-base
5555
repo_url: https://github.com/cert-manager/makefile-modules.git
5656
repo_ref: main
57-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
57+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
5858
repo_path: modules/repository-base
5959
- folder_name: tools
6060
repo_url: https://github.com/cert-manager/makefile-modules.git
6161
repo_ref: main
62-
repo_hash: 2a0b032b3a629076796e8760c59c29428c60ce0d
62+
repo_hash: ca4085279ab425a3e8503a5e227e94c6869ab31e
6363
repo_path: modules/tools

make/_shared/tools/00_mod.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tools += controller-gen=v0.17.3
9393
# https://pkg.go.dev/golang.org/x/tools/cmd/goimports?tab=versions
9494
tools += goimports=v0.31.0
9595
# https://pkg.go.dev/github.com/google/go-licenses/v2?tab=versions
96-
tools += go-licenses=9c778fc0cb52740485f53cc439b1f3c9578a1830
96+
tools += go-licenses=8c3708dd545a9faed3777bf50a3530ff8082180a
9797
# https://pkg.go.dev/gotest.tools/gotestsum?tab=versions
9898
tools += gotestsum=v1.12.1
9999
# https://pkg.go.dev/sigs.k8s.io/kustomize/kustomize/v4?tab=versions

0 commit comments

Comments
 (0)