Skip to content

Commit

Permalink
Bump go 1.19: remove hardcode go version in .golangci.yaml
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ahrtr committed Sep 14, 2022
1 parent bd6f875 commit 868466b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .golangci.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
run:
go: '1.17'
timeout: 30m
skip-files:
- "^zz_generated.*"
Expand Down

0 comments on commit 868466b

Please sign in to comment.