feat: upgrade go to v1.18 (#2817)

* feat: upgrade go to v1.18

* feat: upgrade go to v1.18
This commit is contained in:
Kevin Wan
2023-01-24 15:47:01 +08:00
committed by GitHub
parent 696da4efee
commit 7e0ac77139
5 changed files with 229 additions and 842 deletions

View File

@@ -1,3 +1,6 @@
//go:build !race
// Disable data race detection is because of the timingWheel in cacheNode.
package cache
import (