Skip to content

Commit f56fa04

Browse files
Merge pull request #76 from cert-manager/self-upgrade-main
[CI] Merge self-upgrade-main into main
2 parents 0e8fa55 + ccba154 commit f56fa04

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linters:
44
exclusions:
55
generated: lax
66
presets: [comments, common-false-positives, legacy, std-error-handling]
7-
paths: [third_party$, builtin$, examples$]
7+
paths: [third_party, builtin$, examples$]
88
warn-unused: true
99
rules:
1010
- linters:
@@ -94,4 +94,4 @@ formatters:
9494
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
9595
exclusions:
9696
generated: lax
97-
paths: [third_party$, builtin$, examples$]
97+
paths: [third_party, builtin$, examples$]

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: 5c3266f17637fbd1d4af1191b34674991e2160ab
12+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
17+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
22+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
27+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
32+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
37+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
42+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
47+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
52+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
57+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
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: 5c3266f17637fbd1d4af1191b34674991e2160ab
62+
repo_hash: 1a768a45cdbaae2b802472e6777eeb9e79d8b3a5
6363
repo_path: modules/tools

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ linters:
44
exclusions:
55
generated: lax
66
presets: [ comments, common-false-positives, legacy, std-error-handling ]
7-
paths: [ third_party$, builtin$, examples$ ]
7+
paths: [ third_party, builtin$, examples$ ]
88
warn-unused: true
99
settings:
1010
staticcheck:
@@ -77,4 +77,4 @@ formatters:
7777
- dot # Dot section: contains all dot imports. This section is not present unless explicitly enabled.
7878
exclusions:
7979
generated: lax
80-
paths: [ third_party$, builtin$, examples$ ]
80+
paths: [ third_party, builtin$, examples$ ]

0 commit comments

Comments
 (0)