Skip to content

Commit 3c4d6e9

Browse files
authored
Merge pull request #35 from daku10/dependabot/github_actions/golangci/golangci-lint-action-6
Bump golangci/golangci-lint-action from 5 to 6
2 parents 7fb6534 + ba1821a commit 3c4d6e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/golang-ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
cache: false
1818
- uses: actions/checkout@v4
1919
- name: golangci-lint
20-
uses: golangci/golangci-lint-action@v5
20+
uses: golangci/golangci-lint-action@v6
2121
with:
2222
version: v1.52

0 commit comments

Comments
 (0)