Skip to content

Commit c10ed0b

Browse files
committed
fix(actions): add back the go mod edit to build coredns
Signed-off-by: Casale, Robert <[email protected]>
1 parent d8999d4 commit c10ed0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/upload_image.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
- name: Build Chaos CoreDNS
3333
run: |
3434
echo "k8s_dns_chaos:github.com/chaos-mesh/k8s_dns_chaos" >> plugin.cfg
35+
go mod edit -require github.com/chaos-mesh/k8s_dns_chaos@649fd5298a454eb59b6080fd670e7f7ea1f5b1b4
3536
SWAGGER=1 UI=1 make coredns
3637
chmod +x coredns
3738

0 commit comments

Comments
 (0)