Commit b27eebd
authored
Fix go-licenser go.mod changes (#33)
* run go-licenser binary
Running `go run ...go-licenser` was updating the `go.mod` file too. This
was creating issues with the `go mod tidy` check in the CI.
Running the binary directly solve this issue, but require the binary to
be installed.
* ci: run go-licenser from binary
* update README
* fix
* fix21 parent 9fa0ea7 commit b27eebd
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | 88 | | |
92 | 89 | | |
93 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
0 commit comments