Skip to content

Commit f27e126

Browse files
authored
Merge pull request #35 from kevinelliott/copilot/run-golangci-lint-action
Downgrade golangci-lint-action from v9 to v6
2 parents 336f6d0 + aa9f8e4 commit f27e126

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
go-version: '1.24'
6363

6464
- name: Run golangci-lint
65-
uses: golangci/golangci-lint-action@v9
65+
uses: golangci/golangci-lint-action@v6
6666
with:
6767
version: latest
6868
args: --timeout=5m

0 commit comments

Comments
 (0)