Skip to content

Commit 0f7f44a

Browse files
authored
Merge pull request #22 from Leaseweb/dependabot/github_actions/golangci/golangci-lint-action-3
Bump golangci/golangci-lint-action from 2 to 3
2 parents 8de6a36 + 7cba26c commit 0f7f44a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: golangci-lint
13-
uses: golangci/golangci-lint-action@v2
13+
uses: golangci/golangci-lint-action@v3
1414
with:
1515
version: v1.53.2
1616
args: --timeout=5m

0 commit comments

Comments
 (0)