Commit db3a2b9
committed
Replace go get with go install for gen deps
* Replaces the deprecated `go get` calls with `go install`.
* Add version to pigeon install command
The v1.1.0 release of pigeon was released back in March of 2021 points
to the latest change in the master branch, which was committed over two
years ago. Instead of pulling from master we will pull in the latest
release and update dependenbot to check for this dependency.
* Add github.com/mna/pigeon to dependebot tracking file
Related to: #1031 parent a74de19 commit db3a2b9
2 files changed
Lines changed: 4 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
16 | 17 | | |
17 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
19 | 15 | | |
20 | 16 | | |
21 | 17 | | |
| |||
0 commit comments