build: Update dependencies (#8704)

This commit is contained in:
Jakob Borg
2022-12-06 11:39:43 +01:00
committed by GitHub
parent 648c71cbd1
commit d40d9d5698
3 changed files with 36 additions and 34 deletions
+1 -1
View File
@@ -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.