Skip to content

implement import mode for the etcd datasource #8

implement import mode for the etcd datasource

implement import mode for the etcd datasource #8

Workflow file for this run

name: Draft release
on:
push:
tags:
- '*'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
stable: true
- run: make
- uses: softprops/action-gh-release@v1
with:
draft: true
files: ./dns-inventory_*
fail_on_unmatched_files: true