diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:47:07 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | b599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (patch) | |
| tree | bf9cae943de7584e391a5e4cfa4cb4b4edea9bbc /go.mod | |
| parent | 059e99634d85e743d0e9fc4ca38805b8248a049f (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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/google/syzkaller -go 1.19 +go 1.21 require ( cloud.google.com/go/logging v1.9.0 |
