Skip to content

Commit 7fb6534

Browse files
authored
Merge pull request #34 from daku10/dependabot/github_actions/golangci/golangci-lint-action-5
Bump golangci/golangci-lint-action from 4 to 5
2 parents 7d11774 + 10b6ce5 commit 7fb6534

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@v4
20+
uses: golangci/golangci-lint-action@v5
2121
with:
2222
version: v1.52

0 commit comments

Comments
 (0)