Skip to content

Commit 033750d

Browse files
committed
bump deps, support of RR[@]
1 parent 134595e commit 033750d

27 files changed

+83
-574
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- uses: actions/setup-go@v3
2020
with:
21-
go-version: '1.21.5'
21+
go-version: '1.21.6'
2222

2323
- name: Prepare environment
2424
run: |-
@@ -34,6 +34,7 @@ jobs:
3434
# Win
3535
- run: GOOS=windows GOARCH=386 VERSION=${RELEASE_VERSION} make release
3636
- run: GOOS=windows GOARCH=amd64 VERSION=${RELEASE_VERSION} make release
37+
- run: GOOS=windows GOARCH=amd64 GOAMD64=v3 VERSION=${RELEASE_VERSION} make release
3738
- run: GOOS=windows GOARCH=arm64 VERSION=${RELEASE_VERSION} make release
3839

3940
# MacOS

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2016-2023 honwen
3+
Copyright (c) 2016-2024 honwen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ USAGE:
3939
aliyun-ddns-cli [global options] command [command options] [arguments...]
4040

4141
VERSION:
42-
Git:[MISSING BUILD VERSION [GIT HASH]] (go1.19)
42+
Git:[MISSING BUILD VERSION [GIT HASH]] (go1.21)
4343

4444
COMMANDS:
4545
help, h Shows a list of commands or help for one command

alidns/AddDomainGroup_test.go

Lines changed: 0 additions & 25 deletions
This file was deleted.

alidns/AddDomainRecord_test.go

Lines changed: 0 additions & 28 deletions
This file was deleted.

alidns/AddDomain_test.go

Lines changed: 0 additions & 24 deletions
This file was deleted.

alidns/ChangeDomainGroup_test.go

Lines changed: 0 additions & 36 deletions
This file was deleted.

alidns/DeleteDomainGroup_test.go

Lines changed: 0 additions & 23 deletions
This file was deleted.

alidns/DeleteDomainRecord_test.go

Lines changed: 0 additions & 30 deletions
This file was deleted.

alidns/DeleteDomain_test.go

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)