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.
2 parents fabdb55 + 4e418e4 commit 19bae22Copy full SHA for 19bae22
.github/workflows/coverage.yml
@@ -19,7 +19,7 @@ jobs:
19
run: |
20
go vet .
21
- name: Run golangci-lint
22
- uses: golangci/golangci-lint-action@v4
+ uses: golangci/golangci-lint-action@v6
23
with:
24
version: latest
25
- name: Run tests
server_event_test.go
@@ -1,3 +1,4 @@
1
+//nolint:errcheck // no error
2
package openairt_test
3
4
import (
0 commit comments