Skip to content

bump libdns-ionos to 1.2.0 and caddy to 2.10.0 #22

bump libdns-ionos to 1.2.0 and caddy to 2.10.0

bump libdns-ionos to 1.2.0 and caddy to 2.10.0 #22

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
name: run tests
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
- name: Checkout code
uses: actions/checkout@v4
- name: Run linters
uses: golangci/golangci-lint-action@v6
with:
version: v1.60.1
- name: Run tests
run: go test -v -covermode=count