Skip to content

Commit 4cc8fe3

Browse files
committed
fix: lint
1 parent 3d25022 commit 4cc8fe3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v2
13+
- name: Install Go
14+
uses: actions/setup-go@v2
15+
with:
16+
go-version: 1.17
1317
- name: golangci-lint
14-
uses: golangci/golangci-lint-action@v2.5.2
18+
uses: golangci/golangci-lint-action@v2
1519
with:
1620
version: v1.42.0
17-
skip-build-cache: true
21+
skip-go-installation: true
1822
- name: Run go list
1923
run: go list -json -m all > go.list
2024

0 commit comments

Comments
 (0)