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:
co-authored by
Marko
Federico Kunze Küllmer
parent
9d58a5ad30
commit
acf823d743
@@ -1,3 +1,4 @@
|
||||
//go:build !test_amino
|
||||
// +build !test_amino
|
||||
|
||||
package params
|
||||
|
||||
Reference in New Issue
Block a user