Skip to content

Commit a2ae011

Browse files
committed
ci: disable golangci-lint cache to avoid GitHub cache outages
Made-with: Cursor
1 parent 82a9384 commit a2ae011

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
uses: actions/setup-go@v5
1717
with:
1818
go-version-file: go.mod
19+
cache: false
1920

2021
- name: gofmt
2122
run: |
@@ -37,7 +38,8 @@ jobs:
3738
- name: golangci-lint
3839
uses: golangci/golangci-lint-action@v4
3940
with:
40-
version: latest
41+
version: v1.61
42+
skip-cache: true
4143

4244
- name: coverage-gate
4345
run: make coverage-gate

0 commit comments

Comments
 (0)