Skip to content

Commit e6e28d2

Browse files
committed
feat(tco): add resource_tc_organization_org_manage_policy_config
1 parent 4e23fe3 commit e6e28d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- uses: actions/setup-go@v3
3232
with:
3333
go-version-file: .go-version
34+
go-architecture: 'amd64'
3435
#go-version: '1.21'
3536
cache: false
3637

@@ -39,7 +40,6 @@ jobs:
3940
uses: golangci/golangci-lint-action@v3
4041
with:
4142
version: v1.45.2
42-
go-architecture: 'amd64'
4343
#version: v1.54
4444
working-directory: ./tencentcloud
4545
args: --new-from-rev=origin/master -v

0 commit comments

Comments
 (0)