Skip to content

Commit 0124eae

Browse files
authored
feat(dnspod): domain alias (#2273)
* feat(dnspod): domain alias * feat(dnspod): domain alias * feat(dnspod): domain alias * feat(dnspod): domain alias * feat(dnspod): domain alias * feat(dnspod): domain alias * feat(dnspod): domain alias * feat(dnspod): domain alias * docs(dnspod): changelog * docs: domain alias * docs: domain alias
1 parent 31db895 commit 0124eae

File tree

8 files changed

+1563
-1222
lines changed

8 files changed

+1563
-1222
lines changed

.changelog/2273.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
tencentcloud_dnspod_domain_alias
3+
```

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
golangci-lint:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
22-
22+
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
@@ -31,13 +31,15 @@ jobs:
3131
- uses: actions/setup-go@v3
3232
with:
3333
go-version-file: .go-version
34+
#go-version: '1.21'
3435
cache: false
3536

3637
# Runs a set of commands using the runners shell
3738
- name: golangci-lint
3839
uses: golangci/golangci-lint-action@v3
3940
with:
4041
version: v1.45.2
42+
#version: v1.54
4143
working-directory: ./tencentcloud
4244
args: --new-from-rev=origin/master -v
4345
#args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=origin/master -v

0 commit comments

Comments
 (0)