Skip to content
This repository was archived by the owner on Apr 13, 2022. It is now read-only.

Commit cf79f0d

Browse files
ci: stop running "go mod download" before golangci-lint
golangci/golangci-lint-action#23 (comment)
1 parent 0aa350e commit cf79f0d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
with:
1616
go-version: '1.16.3'
1717
- run: go version
18-
- run: go mod download
1918

2019
- name: golangci-lint
2120
uses: golangci/golangci-lint-action@v2

0 commit comments

Comments
 (0)