fix(CI): add golangci-lint to dependencies (#10112)

* fix(CI): add golangci-lint to dependencies

* update github workflow

* tidy go.mod

* add missing entries to go.mod

* update deps

* add missing run command

* remove golint and use revive instead

* fix workflow setup

* lint only changed files

* gofmt go tags

* update comments

* make lint-go

Co-authored-by: Marko <marbar3778@yahoo.com>
Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
This commit is contained in:
Robert Zaremba
2021-09-14 11:05:30 +02:00
committed by GitHub
co-authored by Marko Federico Kunze Küllmer
parent 9d58a5ad30
commit acf823d743
6 changed files with 417 additions and 20 deletions
+1
View File
@@ -1,3 +1,4 @@
//go:build !test_amino
// +build !test_amino
package params