Skip to content

feat: database/sql integration #1456

feat: database/sql integration

feat: database/sql integration #1456

Triggered via pull request October 18, 2024 10:53
Status Failure
Total duration 50s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Lint: sentrysql/conn.go#L55
SA1019: s.originalConn.Begin has been deprecated since Go 1.8: Drivers should implement ConnBeginTx instead (or additionally). (staticcheck)
Lint: sentrysql/conn.go#L82
SA1019: driver.Queryer has been deprecated since Go 1.8: Drivers should implement [QueryerContext] instead. (staticcheck)
Lint: sentrysql/conn.go#L158
SA1019: driver.Execer has been deprecated since Go 1.8: Drivers should implement [ExecerContext] instead. (staticcheck)
Lint: sentrysql/stmt.go#L29
SA1019: s.originalStmt.Exec has been deprecated since Go 1.8: Drivers should implement StmtExecContext instead (or additionally). (staticcheck)
Lint: sentrysql/stmt.go#L46
SA1019: s.originalStmt.Exec has been deprecated since Go 1.8: Drivers should implement StmtExecContext instead (or additionally). (staticcheck)
Lint: sentrysql/stmt.go#L63
SA1019: s.originalStmt.Query has been deprecated since Go 1.8: Drivers should implement StmtQueryContext instead (or additionally). (staticcheck)
Lint: sentrysql/stmt.go#L80
SA1019: s.originalStmt.Query has been deprecated since Go 1.8: Drivers should implement StmtQueryContext instead (or additionally). (staticcheck)
Lint
issues found
Lint
Restore cache failed: Dependencies file is not found in /home/runner/work/sentry-go/sentry-go. Supported file pattern: go.sum