Skip to content

Commit 0406503

Browse files
committed
Move Python patch tool to .github/utils/.
Signed-off-by: Felix Fontein <[email protected]>
1 parent 83ecd25 commit 0406503

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: make vendor
4949

5050
- name: Restore go/toolchain lines of go.mod
51-
run: python3 patch-go.mod.py
51+
run: python3 .github/utils/patch-go.mod.py
5252

5353
- name: Ensure clean working tree
5454
run: git diff --exit-code

0 commit comments

Comments
 (0)