We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 397f41d commit d33f3cfCopy full SHA for d33f3cf
1 file changed
justfile
@@ -85,6 +85,8 @@ audit:
85
# update Go toolchain and module dependencies
86
update-go:
87
go mod edit -go=$(go env GOVERSION | sed 's/go//; s/-.*//')
88
+ go get -u ./...
89
+ go mod tidy
90
go get -u -t all
91
go mod tidy
92
0 commit comments