Skip to content

Commit dcaaa73

Browse files
build(deps): bump golangci/golangci-lint-action from 3 to 4 (#176)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d6f5a3e commit dcaaa73

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
@@ -20,7 +20,7 @@ jobs:
2020
go-version: '1.22.x'
2121

2222
- name: golangci-lint
23-
uses: golangci/golangci-lint-action@v3
23+
uses: golangci/golangci-lint-action@v4
2424
with:
2525
version: 'latest'
2626
# Optional: show only new issues if it's a pull request. The default value is `false`.

0 commit comments

Comments
 (0)