Skip to content

Commit 17ba6b8

Browse files
committed
feat(tco): add resource_tc_organization_org_manage_policy_config
1 parent f0ae6c6 commit 17ba6b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# This workflow contains a single job called "build"
1919
golangci-lint:
2020
# The type of runner that the job will run on
21-
runs-on: macos-latest
21+
runs-on: ubuntu-latest
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
@@ -30,7 +30,7 @@ jobs:
3030

3131
- uses: actions/setup-go@v3
3232
with:
33-
go-version: 1.18.1
33+
go-version-file: .go-version
3434
#go-version: '1.21'
3535
cache: false
3636

@@ -42,4 +42,4 @@ jobs:
4242
#version: v1.54
4343
working-directory: ./tencentcloud
4444
args: --new-from-rev=origin/master -v
45-
#args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=origin/master -v
45+
#args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=origin/master -v

0 commit comments

Comments
 (0)