aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2024-04-26 11:47:07 +0200
committerDmitry Vyukov <dvyukov@google.com>2024-04-26 11:42:18 +0000
commitb599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (patch)
treebf9cae943de7584e391a5e4cfa4cb4b4edea9bbc /go.mod
parent059e99634d85e743d0e9fc4ca38805b8248a049f (diff)
go.mod: update to Go 1.21
Go tool does not allow to use min/max w/o this. This is the result of running 'go mod tidy', don't know why it made all these changes, but assuming they are good.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 55531e263..66e190364 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/google/syzkaller
-go 1.19
+go 1.21
require (
cloud.google.com/go/logging v1.9.0