Skip to content

adds trace log messages to LR #6489

adds trace log messages to LR

adds trace log messages to LR #6489

Triggered via pull request March 26, 2024 17:38
Status Failure
Total duration 3m 40s
Artifacts 1

lint.yaml

on: pull_request
Lint Go
3m 15s
Lint Go
Lint YAML & Markdown
40s
Lint YAML & Markdown
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Lint Go: internal/datastore/common/sql.go#L1
Please run go run mage.go lint:go. diff --git a/internal/datastore/common/sql.go b/internal/datastore/common/sql.go index 9c90fc0..b79a63c 100644 --- a/internal/datastore/common/sql.go +++ b/internal/datastore/common/sql.go @@ -2,10 +2,11 @@ package common import ( "context" - log "github.com/authzed/spicedb/internal/logging" "math" "strings" + log "github.com/authzed/spicedb/internal/logging" + sq "github.com/Masterminds/squirrel" v1 "github.com/authzed/authzed-go/proto/authzed/api/v1" "github.com/jzelinskie/stringz"
Lint Go: internal/graph/cursors.go#L1
Please run go run mage.go lint:go. diff --git a/internal/graph/cursors.go b/internal/graph/cursors.go index 6485d82..7a622df 100644 --- a/internal/graph/cursors.go +++ b/internal/graph/cursors.go @@ -3,10 +3,11 @@ package graph import ( "context" "errors" - log "github.com/authzed/spicedb/internal/logging" "strconv" "sync" + log "github.com/authzed/spicedb/internal/logging" + "github.com/authzed/spicedb/internal/dispatch" "github.com/authzed/spicedb/internal/taskrunner" "github.com/authzed/spicedb/pkg/datastore/options"
Lint Go
Process completed with exit code 1.
Lint Go
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: buildjet/setup-go@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
diff Expired
479 Bytes