Skip to content

Commit 0497749

Browse files
authored
fix(provider): [121077884] update ci lint os version (#2999)
* add * add * add * add
1 parent 4476534 commit 0497749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 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-12
21+
runs-on: macos-latest
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
@@ -38,7 +38,7 @@ jobs:
3838
- name: golangci-lint
3939
uses: golangci/golangci-lint-action@v3
4040
with:
41-
version: v1.45.2
41+
version: v1.48.0
4242
#version: v1.54
4343
working-directory: ./tencentcloud
4444
args: --new-from-rev=origin/master -v

0 commit comments

Comments
 (0)