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 033750d
Show file tree
Hide file tree
Showing 27 changed files with 83 additions and 574 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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2016-2023 honwen
Copyright (c) 2016-2024 honwen

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ USAGE:
aliyun-ddns-cli [global options] command [command options] [arguments...]

VERSION:
Git:[MISSING BUILD VERSION [GIT HASH]] (go1.19)
Git:[MISSING BUILD VERSION [GIT HASH]] (go1.21)

COMMANDS:
help, h Shows a list of commands or help for one command
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.

Loading

0 comments on commit 033750d

Please sign in to comment.