Skip to content

Commit 82dec29

Browse files
chore(deps): update golangci/golangci-lint-action action to v6
1 parent a66175d commit 82dec29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout code
2727
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2828
- name: Enforce standard format
29-
uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v3.7.1
29+
uses: golangci/golangci-lint-action@23faadfdeb23a6f9e511beaba149bb123b5b145a # v6.0.0
3030
with:
3131
version: ${{ env.GOLANGCI_LINT_VERSION }}
3232
args: --timeout 3m --enable=gofmt --verbose

0 commit comments

Comments
 (0)