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 f0ae6c6 commit 17ba6b8Copy full SHA for 17ba6b8
.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-latest
+ runs-on: ubuntu-latest
22
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
@@ -30,7 +30,7 @@ jobs:
30
31
- uses: actions/setup-go@v3
32
with:
33
- go-version: 1.18.1
+ go-version-file: .go-version
34
#go-version: '1.21'
35
cache: false
36
@@ -42,4 +42,4 @@ jobs:
42
#version: v1.54
43
working-directory: ./tencentcloud
44
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
+ #args: --enable-all --max-same-issues=0 --max-issues-per-linter=0 --new-from-rev=origin/master -v
0 commit comments