We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2a637 commit a1f8b87Copy full SHA for a1f8b87
1 file changed
.github/workflows/ci.yaml
@@ -36,7 +36,7 @@ jobs:
36
- name: golangci-lint
37
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
38
with:
39
- version: v2.11.2
+ version: v2.11.3
40
41
- name: Run tests
42
run: go test -race -cover -v ./...
0 commit comments