aboutsummaryrefslogtreecommitdiff
path: root/tools.go
diff options
context:
space:
mode:
authorJakob Borg <jakob@kastelo.net>2022-08-03 15:43:26 +0200
committerGitHub <noreply@github.com>2022-08-03 15:43:26 +0200
commit209e68c1badf4398ef3aefd3c7bee7ffe3f20ab3 (patch)
tree5f11aa67d15e3f4fb2f53bec6a77647990cf408a /tools.go
parentcc54488e559d0833f0c6ac64a8e5f73d6eb33296 (diff)
downloadsyncthing-209e68c1badf4398ef3aefd3c7bee7ffe3f20ab3.tar.gz
syncthing-209e68c1badf4398ef3aefd3c7bee7ffe3f20ab3.zip
build: Update quic-go for Go 1.19 (#8483)
Also adds idle time and keepalive parameters because how this is configured has changed in the new package version. The values are those that seems like might already be default, if keep-alives were enabled, which is not obvious from the doc comments. Also, Go 1.19 gofmt reformatting of comments.
Diffstat (limited to 'tools.go')
-rw-r--r--tools.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools.go b/tools.go
index 345c4c55b..71313a0dc 100644
--- a/tools.go
+++ b/tools.go
@@ -2,6 +2,7 @@
// used by go generate and build.go. See
// https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module
+//go:build tools
// +build tools
package tools