Skip to content

fix: dnscheck default input test (#1669) #389

fix: dnscheck default input test (#1669)

fix: dnscheck default input test (#1669) #389

Workflow file for this run

# Verifies that `go generate ./...` is not broken
name: generate
on:
push:
branches:
- "release/**"
- "fullbuild"
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Get GOVERSION content
id: goversion
run: echo "version=$(cat GOVERSION)" >> "$GITHUB_OUTPUT"
- uses: magnetikonline/action-golang-cache@v4
with:
go-version: "${{ steps.goversion.outputs.version }}"
cache-key-suffix: "-generate-${{ steps.goversion.outputs.version }}"
- run: go generate ./...