Skip to content

feat(ingress): Watch ingresses and create monitor when annotations match #28

feat(ingress): Watch ingresses and create monitor when annotations match

feat(ingress): Watch ingresses and create monitor when annotations match #28

Triggered via push April 17, 2024 00:04
Status Failure
Total duration 44s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors
Lint
golangci-lint exit with code 3
Build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux\n case \"$TARGETPLATFORM\" in\n 'linux/amd64') export GOARCH=amd64 ;;\n 'linux/arm/v6') export GOARCH=arm GOARM=6 ;;\n 'linux/arm/v7') export GOARCH=arm GOARM=7 ;;\n 'linux/arm64') export GOARCH=arm64 ;;\n *) echo \"Unsupported target: $TARGETPLATFORM\" && exit 1 ;;\n esac\n go build -ldflags='-w -s' -trimpath -o manager cmd/main.go\n" did not complete successfully: exit code: 1
Test: internal/controller/ingress_controller.go#L25
no required module provides package github.com/clevyr/uptime-robot-operator/internal/util; to add it:
Test
Process completed with exit code 2.