Commit a753776
committed
ci(e2e): run ginkgo CLI via go run to match pinned version
Installing the CLI with @latest pulled v2.29.0 against the v2.28.0 library
in go.mod, which Ginkgo warns about and can mis-parse flags. 'go run
github.com/onsi/ginkgo/v2/ginkgo' uses the module-pinned version.1 parent cbc79e2 commit a753776
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
| 75 | + | |
77 | 76 | | |
78 | 77 | | |
79 | 78 | | |
| |||
143 | 142 | | |
144 | 143 | | |
145 | 144 | | |
146 | | - | |
147 | | - | |
| 145 | + | |
148 | 146 | | |
149 | 147 | | |
150 | 148 | | |
| |||
0 commit comments