Skip to content

Commit d33f3cf

Browse files
committed
Two-step dep update to handle removed internal packages
1 parent 397f41d commit d33f3cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

justfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ audit:
8585
# update Go toolchain and module dependencies
8686
update-go:
8787
go mod edit -go=$(go env GOVERSION | sed 's/go//; s/-.*//')
88+
go get -u ./...
89+
go mod tidy
8890
go get -u -t all
8991
go mod tidy
9092

0 commit comments

Comments
 (0)