CI: remove hardcode go version in .golangci.yaml

The default Go version used by golinter is coming from the go.mod
file, fallback on the env var `GOVERSION`. So no need to configure
the go version in .golangci.yaml.

Signed-off-by: Benjamin Wang <wachao@vmware.com>
This commit is contained in:
Benjamin Wang 2022-09-18 04:04:35 +08:00
parent cdf4228673
commit 4f907e950e

View File

@ -1,5 +1,4 @@
run: run:
go: '1.17'
timeout: 30m timeout: 30m
skip-files: skip-files:
- "^zz_generated.*" - "^zz_generated.*"