Skip to content

Commit 95f2193

Browse files
committed
hopefully fixed the workflow
1 parent e11783e commit 95f2193

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Lint (golangci-lint)
5252
uses: golangci/golangci-lint-action@v6
5353
with:
54-
version: v1.60.3
54+
version: latest
5555
args: --timeout=3m
5656

5757
- name: Run tests

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Lint (golangci-lint)
3535
uses: golangci/golangci-lint-action@v6
3636
with:
37-
version: v1.60.3
37+
version: latest
3838
args: --timeout=3m
3939
- name: Run tests
4040
run: |

0 commit comments

Comments
 (0)