mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
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:
parent
cdf4228673
commit
4f907e950e
@ -1,5 +1,4 @@
|
||||
run:
|
||||
go: '1.17'
|
||||
timeout: 30m
|
||||
skip-files:
|
||||
- "^zz_generated.*"
|
||||
|
Loading…
x
Reference in New Issue
Block a user