We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819bfdc commit 3afa9e9Copy full SHA for 3afa9e9
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Go
19
uses: actions/setup-go@v4
20
with:
21
- go-version: 'stable'
+ go-version-file: 'go.mod'
22
23
- name: Cache Go modules
24
uses: actions/cache@v3
@@ -45,8 +45,8 @@ jobs:
45
- name: Run golangci-lint
46
uses: golangci/golangci-lint-action@v3
47
48
- version: latest
49
- args: --timeout=5m
+ version: v1.64.8
+ args: --timeout=5m --out-format=colored-line-number
50
51
test:
52
name: Test
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
0 commit comments