commit | 6298cc5e67f49caf0e6e0ab581a8b10ea92fb58c | [log] [tgz] |
---|---|---|
author | Usta Shrestha <usta@google.com> | Fri May 27 17:40:21 2022 -0400 |
committer | Usta Shrestha <usta@google.com> | Tue May 31 21:39:06 2022 +0000 |
tree | 9aa4022c4d97b0849daa308cac29fb7c9fafdf64 | |
parent | ced67ded0b9b962c575989c1835ebe9d9b776d50 [diff] [blame] |
cosmetics: readability Note go.mod file changes go version to 1.18 (for generics) You might need to refresh/reload your IDE (e.g. IntelliJ) Bug: N/A Test: manually verified (e.g. ran `m nothing` successfully) Change-Id: I2a6dadd673fd170961d1fd1e1756f7581e9a1091
diff --git a/go.mod b/go.mod index 14444b3..8c1a9f0 100644 --- a/go.mod +++ b/go.mod
@@ -16,4 +16,4 @@ // Indirect dep from go-cmp exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 -go 1.15 +go 1.18