Skip to content

Commit

Permalink
bump libdns-ionos to 1.0.2 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jandelgado authored Feb 15, 2023
1 parent 63cdb3c commit b8de152
Show file tree
Hide file tree
Showing 3 changed files with 1,247 additions and 316 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Loading

0 comments on commit b8de152

Please sign in to comment.