Skip to content

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #29

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0

chore(deps): bump golang.org/x/net from 0.7.0 to 0.17.0 #29

Triggered via pull request October 11, 2023 23:24
Status Failure
Total duration 1m 20s
Artifacts

pull_request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
Perform Checks: service/textmagic/textmagic.go#L13
File is not `gofmt`-ed with `-s` (gofmt)
Perform Checks: service/matrix/matrix.go#L4
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
Perform Checks: main.go#L4
File is not `goimports`-ed with -local github.com/golangci/golangci-lint (goimports)
Perform Checks: service/matrix/matrix.go#L14
struct field `Url` should be `URL` (golint)
Perform Checks: service/discord/discord.go#L9
import 'github.com/kha7iq/pingme/service/helpers' is not allowed from list 'Main' (depguard)
Perform Checks: service/discord/discord.go#L11
import 'github.com/nikoksr/notify' is not allowed from list 'Main' (depguard)
Perform Checks: service/discord/discord.go#L12
import 'github.com/nikoksr/notify/service/discord' is not allowed from list 'Main' (depguard)
Perform Checks: service/discord/discord.go#L13
import 'github.com/urfave/cli/v2' is not allowed from list 'Main' (depguard)
Perform Checks: service/email/email.go#L8
import 'github.com/kha7iq/pingme/service/helpers' is not allowed from list 'Main' (depguard)
Perform Checks: service/email/email.go#L10
import 'github.com/nikoksr/notify' is not allowed from list 'Main' (depguard)
Perform Checks
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/