build and test with go1.18 (#656)

- https://go.dev/doc/go1.18
This commit is contained in:
Wade Simmons
2022-04-05 17:08:00 -04:00
committed by GitHub
parent b38bd36766
commit 3913062c43
6 changed files with 24 additions and 24 deletions

View File

@@ -1,4 +1,4 @@
GOMINVERSION = 1.17
GOMINVERSION = 1.18
NEBULA_CMD_PATH = "./cmd/nebula"
GO111MODULE = on
export GO111MODULE