We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff47bd commit e1487d6Copy full SHA for e1487d6
.github/workflows/test.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Search diagnostics
56
uses: golangci/golangci-lint-action@v3
57
with:
58
- version: v1.32
+ version: v1.50
59
- name: Take coverage
60
run: go test -coverprofile=coverage.txt -covermode=atomic ./...
61
- name: Send coverage
0 commit comments