We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a438e commit 76d097aCopy full SHA for 76d097a
.github/workflows/build-test.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
go-version: '1.13'
18
- name: Run golanci-lint
19
- uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9
20
- name: Run test and generate coverage report
21
run: go test -v -coverprofile=coverage.out ./...
22
- name: Upload coverage report
0 commit comments