Skip to content

Commit 2aad6a0

Browse files
committed
Revert "fix linter"
Meant to not push this to main This reverts commit f90908f.
1 parent f90908f commit 2aad6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout code
1212
uses: actions/checkout@v3
1313
- name: Run linters
14-
uses: golangci/golangci-lint-action@v8
14+
uses: golangci/golangci-lint-action@v3
1515
with:
1616
version: latest
1717
args: --timeout=3m

0 commit comments

Comments
 (0)