Skip to content

Commit e10a1ec

Browse files
committed
Revert "Bump golangci/golangci-lint-action from 6 to 7 (#969)"
This reverts commit 742e445.
1 parent 742e445 commit e10a1ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version-file: go.mod
2626

2727
- name: Run Golang Linter
28-
uses: golangci/golangci-lint-action@v7
28+
uses: golangci/golangci-lint-action@v6
2929
with:
3030
version: latest
3131
args: --timeout=5m

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version-file: go.mod
2525

2626
- name: Run Golangci linter
27-
uses: golangci/golangci-lint-action@v7
27+
uses: golangci/golangci-lint-action@v6
2828
with:
2929
version: latest
3030
args: --timeout=5m

0 commit comments

Comments
 (0)