Skip to content

Commit 850f928

Browse files
authored
Add go mod vendor to linter, user correct version of go (cyrilgdn#146)
1 parent 4df7051 commit 850f928

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/golangci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
- name: Setup Go
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: 1.16.x
18+
go-version: 1.17.x
19+
20+
- run: go mod vendor
1921

2022
- name: Run golangci-lint
2123
uses: golangci/golangci-lint-action@v2.5.2

0 commit comments

Comments
 (0)