WARN [linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649.
@@ -7,7 +7,7 @@ test:
go test ./...
lint:
- golangci-lint run
+ golangci-lint run --disable=structcheck
tidy:
go mod tidy