CI/build: Update Go version, linters and fix minor issues (#1473)

* CI/build: Update Go version, linters and fix minor issues

* Bump golangci-lint to v1.56.1

* BinanceUS: Make uint usage consistent

* Throw blank identifiers into the trash
This commit is contained in:
Adrian Gallagher
2024-02-14 11:02:06 +11:00
committed by GitHub
parent 9ff502bac2
commit 08da42ddb7
79 changed files with 364 additions and 374 deletions

View File

@@ -99,7 +99,6 @@ func TestAudit(t *testing.T) {
}
}
//nolint:gocritic // Only used as a testing helper function in this package
func writeAudit(t *testing.T) {
t.Helper()
var wg sync.WaitGroup
@@ -117,7 +116,6 @@ func writeAudit(t *testing.T) {
wg.Wait()
}
//nolint:gocritic // Only used as a testing helper function in this package
func readHelper(t *testing.T) {
t.Helper()