Skip to content

chore(deps): pin alpine docker tag to 82d1e9d #314

chore(deps): pin alpine docker tag to 82d1e9d

chore(deps): pin alpine docker tag to 82d1e9d #314

Triggered via push July 19, 2023 16:35
Status Success
Total duration 50s
Artifacts

validate.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors
[golangci] version/version.go#L1: version/version.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
[golangci] cmd/vela-slack/main.go#L1: cmd/vela-slack/main.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
[golangci] cmd/vela-slack/plugin.go#L1: cmd/vela-slack/plugin.go#L1
Expected:2023, Actual: 2022 Target Brands, Inc. All rights reserved. (goheader)
[golangci] cmd/vela-slack/main.go#L10: cmd/vela-slack/main.go#L10
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
[golangci] cmd/vela-slack/plugin.go#L11: cmd/vela-slack/plugin.go#L11
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
[golangci] cmd/vela-slack/main.go#L29: cmd/vela-slack/main.go#L29
directive `// nolint: funlen // ignore length for main` should be written without leading space as `//nolint: funlen // ignore length for main` (nolintlint)