Revert "fix the way matrix audio mimetype handling works" #511
development.yml
on: push
Matrix: test
golangci-lint
24s
Matrix: build-upload
Annotations
10 errors and 3 warnings
|
golangci-lint:
bridge/discord/discord.go#L116
do not define dynamic errors, use wrapped static errors instead: "fmt.Errorf(\"found multiple Discord servers with the same name %#v, expected to see only one\", serverName)" (err113)
|
|
golangci-lint:
bridge/whatsappmulti/whatsapp.go#L89
Duplicate words (to) found (dupword)
|
|
golangci-lint:
gateway/router.go#L138
The copy of the 'for' variable "msg" can be deleted (Go 1.22+) (copyloopvar)
|
|
golangci-lint:
gateway/gateway.go#L144
The copy of the 'for' variable "br" can be deleted (Go 1.22+) (copyloopvar)
|
|
golangci-lint:
bridge/rocketchat/helpers.go#L165
The copy of the 'for' variable "rmsg" can be deleted (Go 1.22+) (copyloopvar)
|
|
golangci-lint:
bridge/rocketchat/handlers.go#L65
The copy of the 'for' variable "message" can be deleted (Go 1.22+) (copyloopvar)
|
|
golangci-lint:
bridge/nctalk/nctalk.go#L79
The copy of the 'for' variable "msg" can be deleted (Go 1.22+) (copyloopvar)
|
|
golangci-lint:
bridge/mattermost/helpers.go#L127
The copy of the 'for' variable "rmsg" can be deleted (Go 1.22+) (copyloopvar)
|
|
golangci-lint:
bridge/nctalk/nctalk.go#L29
found a struct that contains a context.Context field (containedctx)
|
|
golangci-lint:
bridge/msteams/msteams.go#L29
found a struct that contains a context.Context field (containedctx)
|
|
golangci-lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: golangci/golangci-lint-action@v8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
test (stable)
Restore cache failed: Dependencies file is not found in /home/runner/work/matterbridge/matterbridge. Supported file pattern: go.mod
|
|
test (1.24.x)
Restore cache failed: Dependencies file is not found in /home/runner/work/matterbridge/matterbridge. Supported file pattern: go.mod
|