bump libdns-ionos to 1.0.2 (#4)

This commit is contained in:
Jan Delgado 2023-02-15 21:13:35 +01:00 committed by GitHub
parent 63cdb3c0b5
commit b8de152096
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1247 additions and 316 deletions

View File

@ -14,12 +14,12 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.16.x
go-version: 1.19.x
- name: Checkout code
uses: actions/checkout@v2
- name: Run linters
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: v1.29
version: v1.51.1
- name: Run tests
run: go test -v -covermode=count

4
go.mod
View File

@ -3,6 +3,6 @@ module github.com/caddy-dns/ionos
go 1.16
require (
github.com/caddyserver/caddy/v2 v2.4.3
github.com/libdns/ionos v1.0.1
github.com/caddyserver/caddy/v2 v2.6.4
github.com/libdns/ionos v1.0.2
)

1553
go.sum

File diff suppressed because it is too large Load Diff