Skip to content

Commit 4782605

Browse files
authored
fix: add go mod download before lint (#969)
Fixes #968
1 parent ac94c2f commit 4782605

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
<<: *defaults
1818
steps:
1919
- checkout
20+
- run:
21+
name: Download Go modules
22+
command: go mod download
2023
- run:
2124
name: Install golangci-lint
2225
command: |

0 commit comments

Comments
 (0)