Skip to content

Commit ed86256

Browse files
committed
Two-step dep update to handle removed internal packages
1 parent 3157b97 commit ed86256

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ audit:
9696
# update Go toolchain and module dependencies
9797
update-go:
9898
go mod edit -go=$(go env GOVERSION | sed 's/go//; s/-.*//')
99+
go get -u ./...
100+
go mod tidy
99101
go get -u -t all
100102
go mod tidy
101103

0 commit comments

Comments
 (0)