mirror of
https://github.com/eliasstepanik/ionos.git
synced 2026-01-10 21:18:32 +00:00
bump libdns-ionos to 1.0.2 (#4)
This commit is contained in:
parent
63cdb3c0b5
commit
b8de152096
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -14,12 +14,12 @@ jobs:
|
|||||||
- name: Install Go
|
- name: Install Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.16.x
|
go-version: 1.19.x
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Run linters
|
- name: Run linters
|
||||||
uses: golangci/golangci-lint-action@v2
|
uses: golangci/golangci-lint-action@v3
|
||||||
with:
|
with:
|
||||||
version: v1.29
|
version: v1.51.1
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: go test -v -covermode=count
|
run: go test -v -covermode=count
|
||||||
|
|||||||
4
go.mod
4
go.mod
@ -3,6 +3,6 @@ module github.com/caddy-dns/ionos
|
|||||||
go 1.16
|
go 1.16
|
||||||
|
|
||||||
require (
|
require (
|
||||||
github.com/caddyserver/caddy/v2 v2.4.3
|
github.com/caddyserver/caddy/v2 v2.6.4
|
||||||
github.com/libdns/ionos v1.0.1
|
github.com/libdns/ionos v1.0.2
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user