Skip to content

Commit d0030ef

Browse files
chore(deps): update golangci/golangci-lint-action action to v5 (#23)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 60a9642 commit d0030ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
with:
1414
go-version: '1.21'
1515
- name: golangci-lint
16-
uses: golangci/golangci-lint-action@v4
16+
uses: golangci/golangci-lint-action@v5
1717
with:
1818
version: v1.54

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
go-version: '1.21'
1515
- name: golangci-lint
16-
uses: golangci/golangci-lint-action@v4
16+
uses: golangci/golangci-lint-action@v5
1717
with:
1818
version: v1.54
1919

0 commit comments

Comments
 (0)