Skip to content

Commit 2343b47

Browse files
authored
Merge pull request #33 from RiskIdent/dependabot/github_actions/golangci/golangci-lint-action-4
Bump golangci/golangci-lint-action from 3 to 4
2 parents 99407b9 + 3893977 commit 2343b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: go mod download
3838
- run: go build -v .
3939
- name: Run linters
40-
uses: golangci/golangci-lint-action@v3
40+
uses: golangci/golangci-lint-action@v4
4141
with:
4242
version: latest
4343

0 commit comments

Comments
 (0)