Skip to content

Commit ed5cff1

Browse files
chore(deps): update golangci/golangci-lint-action action to v3
1 parent abe256c commit ed5cff1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-go-
3737
- name: golangci-lint
38-
uses: golangci/golangci-lint-action@v2.5.2
38+
uses: golangci/golangci-lint-action@v3.5.0
3939
with:
4040
version: v1.42.0
4141
coverage:

.github/workflows/release-draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
restore-keys: |
3636
${{ runner.os }}-go-
3737
- name: golangci-lint
38-
uses: golangci/golangci-lint-action@v2.5.2
38+
uses: golangci/golangci-lint-action@v3.5.0
3939
with:
4040
version: v1.42.0
4141
coverage:

0 commit comments

Comments
 (0)