Skip to content

Commit 6423f35

Browse files
author
Per Goncalves da Silva
committed
fix bingo-upgrade target
Signed-off-by: Per Goncalves da Silva <[email protected]>
1 parent b83bd4e commit 6423f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ vet: #EXHELP Run go vet against code.
125125

126126
.PHONY: bingo-upgrade
127127
bingo-upgrade: $(BINGO) #EXHELP Upgrade tools
128-
@for pkg in $$($(BINGO) list | awk '{ print $$1 }' | tail -n +3); do \
128+
@for pkg in $$($(BINGO) list | awk '{ print $$3 }' | tail -n +3 | sed 's/@.*//'); do \
129129
echo "Upgrading $$pkg to latest..."; \
130130
$(BINGO) get "$$pkg@latest"; \
131131
done

0 commit comments

Comments
 (0)