Skip to content

Challenge deploy

Challenge deploy #205

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Jul 15, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (1)

lib/utils/kube.go|15 col 2| "k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)

Filtered Findings (6)

services/master/controllers/admin.go|9 col 20| undeclared name: fiber (typecheck)
services/master/controllers/challengeUpdate.go|27 col 25| undeclared name: fiber (typecheck)
services/master/controllers/createTeams.go|20 col 21| undeclared name: fiber (typecheck)
services/master/controllers/admin.go|6 col 2| "github.com/gofiber/fiber/v2" imported but not used (typecheck)
services/master/controllers/challengeUpdate.go|11 col 2| "github.com/gofiber/fiber/v2" imported but not used (typecheck)
services/master/controllers/createTeams.go|11 col 2| "github.com/gofiber/fiber/v2" imported but not used (typecheck)

Annotations

Check failure on line 15 in lib/utils/kube.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] lib/utils/kube.go#L15

"k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
Raw output
lib/utils/kube.go:15:2: "k8s.io/api/apps/v1" imported but not used as appsv1 (typecheck)
	appsv1 "k8s.io/api/apps/v1"
	^