Skip to content

fix(hoverclient): read NS from /api/domains (not PUT-only control_panel GET) — v0.5.4 #82

fix(hoverclient): read NS from /api/domains (not PUT-only control_panel GET) — v0.5.4

fix(hoverclient): read NS from /api/domains (not PUT-only control_panel GET) — v0.5.4 #82

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- run: go vet ./...
- run: go test ./... -race -count=1