From b599b68132cf873c8cd21c722ce8e1f72dbd2fb1 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 11:47:07 +0200 Subject: 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. --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') 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 -- cgit mrf-deployment