aboutsummaryrefslogtreecommitdiff
path: root/build.go
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-12-06 11:39:43 +0100
committerGitHub <noreply@github.com>2022-12-06 11:39:43 +0100
commitd40d9d5698f5d99b7484213bd6c351009823e00a (patch)
tree81d13d01329189cc1e230daa6fa8223cd4b5edd6 /build.go
parent648c71cbd18a5dc8289ca5f921c4376e2a90eea7 (diff)
downloadsyncthing-d40d9d5698f5d99b7484213bd6c351009823e00a.tar.gz
syncthing-d40d9d5698f5d99b7484213bd6c351009823e00a.zip
build: Update dependencies (#8704)
Diffstat (limited to 'build.go')
-rw-r--r--build.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.go b/build.go
index 872fffa7c..b6b671da6 100644
--- a/build.go
+++ b/build.go
@@ -897,7 +897,7 @@ func updateDependencies() {
}
goVersion := string(matches[1])
- runPrint(goCmd, "get", "-u", "all")
+ runPrint(goCmd, "get", "-u", "./...")
runPrint(goCmd, "mod", "tidy", "-go="+goVersion, "-compat="+goVersion)
// We might have updated the protobuf package and should regenerate to match.