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 c9ada74 commit 71e9147Copy full SHA for 71e9147
.github/workflows/ci.yaml
@@ -54,7 +54,7 @@ jobs:
54
go test -race -covermode=atomic -coverprofile=coverage.out ./...
55
56
- name: golangci-lint
57
- uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
+ uses: golangci/golangci-lint-action@2e788936b09dd82dc280e845628a40d2ba6b204c # v6.3.1
58
with:
59
version: v1.56.1
60
skip-cache: "true"
0 commit comments