Skip to content

Commit 5aeeb70

Browse files
committed
Two-step dep update to handle removed internal packages
1 parent 85dde8e commit 5aeeb70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

just/dev.just

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ mod x86_64
99
[group('dev')]
1010
update:
1111
sed -E '/^go\s+[0-9\.]+$/d' -i go.mod
12+
go get -u ./...
13+
go mod tidy
1214
go get -u -t all
1315
go mod tidy
1416
sed -E 's/^go ([0-9]+\.[0-9]+)\.[0-9]+/go \1/' -i go.mod

0 commit comments

Comments
 (0)