Skip to content

Commit

Permalink
bump deps, support of RR[@]
Browse files Browse the repository at this point in the history
  • Loading branch information
honwen committed Jan 19, 2024
1 parent 134595e commit 4d805ee
Show file tree
Hide file tree
Showing 25 changed files with 81 additions and 572 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: '1.21.5'
go-version: '1.21.6'

- name: Prepare environment
run: |-
Expand All @@ -34,6 +34,7 @@ jobs:
# Win
- run: GOOS=windows GOARCH=386 VERSION=${RELEASE_VERSION} make release
- run: GOOS=windows GOARCH=amd64 VERSION=${RELEASE_VERSION} make release
- run: GOOS=windows GOARCH=amd64 GOAMD64=v3 VERSION=${RELEASE_VERSION} make release
- run: GOOS=windows GOARCH=arm64 VERSION=${RELEASE_VERSION} make release

# MacOS
Expand Down
25 changes: 0 additions & 25 deletions alidns/AddDomainGroup_test.go

This file was deleted.

28 changes: 0 additions & 28 deletions alidns/AddDomainRecord_test.go

This file was deleted.

24 changes: 0 additions & 24 deletions alidns/AddDomain_test.go

This file was deleted.

36 changes: 0 additions & 36 deletions alidns/ChangeDomainGroup_test.go

This file was deleted.

23 changes: 0 additions & 23 deletions alidns/DeleteDomainGroup_test.go

This file was deleted.

30 changes: 0 additions & 30 deletions alidns/DeleteDomainRecord_test.go

This file was deleted.

23 changes: 0 additions & 23 deletions alidns/DeleteDomain_test.go

This file was deleted.

31 changes: 0 additions & 31 deletions alidns/DeleteSubDomainRecords_test.go

This file was deleted.

15 changes: 0 additions & 15 deletions alidns/DescribeDomainGroups_test.go

This file was deleted.

17 changes: 0 additions & 17 deletions alidns/DescribeDomainInfo_test.go

This file was deleted.

30 changes: 0 additions & 30 deletions alidns/DescribeDomainRecordInfoNew_test.go

This file was deleted.

30 changes: 0 additions & 30 deletions alidns/DescribeDomainRecordInfo_test.go

This file was deleted.

21 changes: 0 additions & 21 deletions alidns/DescribeDomainRecordsNew_test.go

This file was deleted.

21 changes: 0 additions & 21 deletions alidns/DescribeDomainRecords_test.go

This file was deleted.

Loading

0 comments on commit 4d805ee

Please sign in to comment.