Skip to content

Commit b41f78c

Browse files
authored
Merge pull request #1226 from ogen-go/dependabot/github_actions/golangci/golangci-lint-action-5
chore: bump golangci/golangci-lint-action from 4 to 5
2 parents 8a2302b + eb7f4c1 commit b41f78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
${{ runner.os }}-${{ runner.arch }}-go-
4040
4141
- name: Lint
42-
uses: golangci/golangci-lint-action@v4
42+
uses: golangci/golangci-lint-action@v5
4343
with:
4444
version: latest
4545
args: --timeout 5m

0 commit comments

Comments
 (0)