Check goimports in the pipeline (#1381)

* Check goimports in the pipeline

* Check goimports in the pipeline

* Check goimports in the pipeline

* go mod tidy

* wip

* wip

* Fix goimports and go:build tags

* Run golangci-lint before goimports
This commit is contained in:
Deluan Quintão
2021-10-01 15:32:24 -04:00
committed by GitHub
parent 0cbba80284
commit 91e36a2c18
6 changed files with 28 additions and 8 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
//+build linux darwin
//go:build linux || darwin
// +build linux darwin
// TODO Fix snapshot tests in Windows
// Response Snapshot tests. Only run in Linux and macOS, as they fail in Windows