Skip to content

Commit 791faa9

Browse files
BOT: run 'make upgrade-klone' and 'make generate'
Signed-off-by: cert-manager-bot <[email protected]>
1 parent c93809e commit 791faa9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.golangci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ linters:
1212
- bidichk
1313
- bodyclose
1414
- contextcheck
15+
- copyloopvar
1516
- decorder
1617
- dogsled
1718
- dupword
@@ -20,7 +21,6 @@ linters:
2021
- errchkjson
2122
- errname
2223
- exhaustive
23-
- exportloopref
2424
- forbidigo
2525
- gci
2626
- ginkgolinter

klone.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -10,45 +10,45 @@ targets:
1010
- folder_name: boilerplate
1111
repo_url: https://github.com/cert-manager/makefile-modules.git
1212
repo_ref: main
13-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
13+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
1414
repo_path: modules/boilerplate
1515
- folder_name: cert-manager
1616
repo_url: https://github.com/cert-manager/makefile-modules.git
1717
repo_ref: main
18-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
18+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
1919
repo_path: modules/cert-manager
2020
- folder_name: executable
2121
repo_url: https://github.com/cert-manager/makefile-modules.git
2222
repo_ref: main
23-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
23+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
2424
repo_path: modules/executable
2525
- folder_name: generate-verify
2626
repo_url: https://github.com/cert-manager/makefile-modules.git
2727
repo_ref: main
28-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
28+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
2929
repo_path: modules/generate-verify
3030
- folder_name: go
3131
repo_url: https://github.com/cert-manager/makefile-modules.git
3232
repo_ref: main
33-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
33+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
3434
repo_path: modules/go
3535
- folder_name: help
3636
repo_url: https://github.com/cert-manager/makefile-modules.git
3737
repo_ref: main
38-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
38+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
3939
repo_path: modules/help
4040
- folder_name: klone
4141
repo_url: https://github.com/cert-manager/makefile-modules.git
4242
repo_ref: main
43-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
43+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
4444
repo_path: modules/klone
4545
- folder_name: repository-base
4646
repo_url: https://github.com/cert-manager/makefile-modules.git
4747
repo_ref: main
48-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
48+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
4949
repo_path: modules/repository-base
5050
- folder_name: tools
5151
repo_url: https://github.com/cert-manager/makefile-modules.git
5252
repo_ref: main
53-
repo_hash: 0ffb274185564894561da55c6a262d817661b942
53+
repo_hash: 3cf24410bca85e4b3f39f71882c8655b2d34464c
5454
repo_path: modules/tools

make/_shared/go/.golangci.override.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ linters:
77
- bidichk
88
- bodyclose
99
- contextcheck
10+
- copyloopvar
1011
- decorder
1112
- dogsled
1213
- dupword
@@ -15,7 +16,6 @@ linters:
1516
- errchkjson
1617
- errname
1718
- exhaustive
18-
- exportloopref
1919
- forbidigo
2020
- gci
2121
- ginkgolinter

0 commit comments

Comments
 (0)