Skip to content

build(deps): bump go.mau.fi/util from 0.2.1 to 0.4.0 #236

build(deps): bump go.mau.fi/util from 0.2.1 to 0.4.0

build(deps): bump go.mau.fi/util from 0.2.1 to 0.4.0 #236

Triggered via pull request February 19, 2024 21:57
Status Failure
Total duration 1m 6s
Artifacts

deploy.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 1 warning
build-docker
Username and password required
build: database/chatwoot-conversation-to-matrix-room.go#L12
store.DB.QueryRowContext undefined (type *dbutil.Database has no field or method QueryRowContext)
build: database/chatwoot-conversation-to-matrix-room.go#L24
store.DB.QueryRowContext undefined (type *dbutil.Database has no field or method QueryRowContext)
build: database/chatwoot-conversation-to-matrix-room.go#L48
store.DB.Begin undefined (type *dbutil.Database has no field or method Begin)
build: database/chatwoot-conversation-to-matrix-room.go#L76
store.DB.Begin undefined (type *dbutil.Database has no field or method Begin)
build: database/chatwoot-message-to-matrix-event.go#L19
store.DB.Begin undefined (type *dbutil.Database has no field or method Begin)
build: database/chatwoot-message-to-matrix-event.go#L43
store.DB.QueryContext undefined (type *dbutil.Database has no field or method QueryContext)
build: database/chatwoot-message-to-matrix-event.go#L68
store.DB.QueryContext undefined (type *dbutil.Database has no field or method QueryContext)
build
cannot use func(tx dbutil.Execable, database *dbutil.Database) error {…} (value of type func(tx dbutil.Execable, database *dbutil.Database) error) as dbutil.upgradeFunc value in argument to Table.Register
build
cannot use "SELECT EXISTS(SELECT 1 FROM mx_registrations WHERE user_id=$1)" (constant of type string) as context.Context value in argument to store.QueryRow: string does not implement context.Context (missing method Deadline)
build
cannot use userID (variable of type id.UserID) as string value in argument to store.QueryRow
lint: database/chatwoot-conversation-to-matrix-room.go#L12
store.DB.QueryRowContext undefined (type *dbutil.Database has no field or method QueryRowContext)
lint: database/chatwoot-conversation-to-matrix-room.go#L24
store.DB.QueryRowContext undefined (type *dbutil.Database has no field or method QueryRowContext)
lint: database/chatwoot-conversation-to-matrix-room.go#L48
store.DB.Begin undefined (type *dbutil.Database has no field or method Begin)
lint: database/chatwoot-conversation-to-matrix-room.go#L76
store.DB.Begin undefined (type *dbutil.Database has no field or method Begin)
lint: database/chatwoot-message-to-matrix-event.go#L19
store.DB.Begin undefined (type *dbutil.Database has no field or method Begin)
lint: database/chatwoot-message-to-matrix-event.go#L43
store.DB.QueryContext undefined (type *dbutil.Database has no field or method QueryContext)
lint: database/chatwoot-message-to-matrix-event.go#L68
store.DB.QueryContext undefined (type *dbutil.Database has no field or method QueryContext)
lint
cannot use func(tx dbutil.Execable, database *dbutil.Database) error {…} (value of type func(tx dbutil.Execable, database *dbutil.Database) error) as dbutil.upgradeFunc value in argument to Table.Register
lint
cannot use "SELECT EXISTS(SELECT 1 FROM mx_registrations WHERE user_id=$1)" (constant of type string) as context.Context value in argument to store.QueryRow: string does not implement context.Context (missing method Deadline)
lint
cannot use userID (variable of type id.UserID) as string value in argument to store.QueryRow
lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.