You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#!/bin/bash
bingo list \
| sed 1,2d \
| awk '{print $3}' \
| sed s/@.\*/@latest/ \
| xargs -n1 bingo get
This largely works but failed to do the upgrade for oapi-codegen when it moved repositories. Kind of a huge ask, but adding that logic into the tool would help but maybe a new ticket type for folks to note when they had to do an upgrade like this.
Also, as an aside, go get -u plus renovatebot have done a great job of keeping our projects up to date. That script above has done a good job keeping our tooling up to date as well. So thanks for bingo, it's saved a bunch of errors and grunt work.
@kishaningithubi mentioned a good feature request in #135 (comment)
The text was updated successfully, but these errors were encountered: