We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4476534 commit 0497749Copy full SHA for 0497749
.github/workflows/golangci-lint.yml
@@ -18,7 +18,7 @@ jobs:
18
# This workflow contains a single job called "build"
19
golangci-lint:
20
# The type of runner that the job will run on
21
- runs-on: macos-12
+ runs-on: macos-latest
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
@@ -38,7 +38,7 @@ jobs:
38
- name: golangci-lint
39
uses: golangci/golangci-lint-action@v3
40
with:
41
- version: v1.45.2
+ version: v1.48.0
42
#version: v1.54
43
working-directory: ./tencentcloud
44
args: --new-from-rev=origin/master -v
0 commit comments