Skip to content

Commit 657f89d

Browse files
Update linter.yml
1 parent fa3f7ec commit 657f89d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linter.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,12 @@ jobs:
2121
go-version: stable
2222
cache: false
2323

24+
- name: Download dependencies
25+
run: go mod download
26+
2427
- name: Run golangci-lint
2528
uses: golangci/golangci-lint-action@v3
2629
with:
2730
version: v1.55.2
2831
args: --timeout=5m
32+

0 commit comments

Comments
 (0)