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 a66175d commit 82dec29Copy full SHA for 82dec29
.github/workflows/ci.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout code
27
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
- name: Enforce standard format
29
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3.7.1
+ uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0.0
30
with:
31
version: ${{ env.GOLANGCI_LINT_VERSION }}
32
args: --timeout 3m --enable=gofmt --verbose
0 commit comments