Skip to content
This repository was archived by the owner on Dec 26, 2025. It is now read-only.

Commit c84e338

Browse files
committed
Use --clean flag instead of --rm-dist for goreleaser
1 parent 5cc959b commit c84e338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v6
8-
- uses: reviewdog/action-golangci-lint@v1
8+
- uses: reviewdog/action-golangci-lint@v2
99
with:
1010
level: info
1111
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
go-version: 1.19
5252
- name: Search diagnostics
53-
uses: golangci/golangci-lint-action@v3
53+
uses: golangci/golangci-lint-action@v9
5454
with:
5555
version: v1.50
5656
- name: Take coverage

0 commit comments

Comments
 (0)