Skip to content

Commit 7d11774

Browse files
authored
Merge pull request #33 from daku10/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents d43600d + ffe080b commit 7d11774

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

0 commit comments

Comments
 (0)