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 4d057fb commit e9738f5Copy full SHA for e9738f5
.github/workflows/validate.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Format
21
run: test -z $(gofmt -l -w -s ./)
22
- name: Lint
23
- uses: golangci/golangci-lint-action@v7.0.0
+ uses: golangci/golangci-lint-action@v8.0.0
24
- name: Test
25
run: go test -v -race -cover -coverprofile=coverage.txt ./... | tee -a test-results.txt
26
- name: Enforce 100% Test Coverage
0 commit comments