We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e299fd commit 0f2df8aCopy full SHA for 0f2df8a
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.3
+ version: v2.11.4
40
41
- name: Run tests
42
run: go test -race -cover -v ./...
0 commit comments