Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #671

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0

Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 #671

Triggered via pull request March 13, 2024 23:31
Status Failure
Total duration 1m 57s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Lint and Build: internal/groups/postgres/groups.go#L195
sloppyLen: len(ids) <= 0 can be len(ids) == 0 (gocritic)
Lint and Build: internal/server/grpc/grpc.go#L107
emptyStringTest: replace `len(mtlsCA) > 0` with `mtlsCA != ""` (gocritic)
Lint and Build: auth/service.go#L951
sloppyLen: len(duid) <= 0 can be len(duid) == 0 (gocritic)
Lint and Build: auth/postgres/domains.go#L131
sloppyLen: len(pm.IDs) <= 0 can be len(pm.IDs) == 0 (gocritic)
Lint and Build: twins/mocks/twins.go#L102
emptyStringTest: replace `len(name) > 0` with `name != ""` (gocritic)
Lint and Build: things/api/http/requests.go#L342
sloppyLen: len(req.UserIDs) <= 0 can be len(req.UserIDs) == 0 (gocritic)
Lint and Build: things/api/http/requests.go#L359
sloppyLen: len(req.UserIDs) <= 0 can be len(req.UserIDs) == 0 (gocritic)
Lint and Build: pkg/messaging/rabbitmq/publisher.go#L82
File is not `gofumpt`-ed (gofumpt)
Lint and Build: bootstrap/service.go#L138
File is not `gofumpt`-ed (gofumpt)
Lint and Build
issues found
Lint and Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.