Skip to content

Commit bf75288

Browse files
Set cache: false for setup-go
There's no go.mod, so this fails. (Eventually we might as well switch to installing from releases instead of using `go install`.)
1 parent d694ded commit bf75288

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-go@v5
2828
with:
2929
go-version: stable
30+
cache: false
3031
- uses: astral-sh/setup-uv@v6
3132
with:
3233
python-version: ${{ matrix.python-version }}

.github/workflows/conformance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
uses: actions/setup-go@v5
2828
with:
2929
go-version: stable
30+
cache: false
3031
- uses: astral-sh/setup-uv@v6
3132
- name: Install Python ${{ matrix.python-version }}
3233
run: uv python install ${{ matrix.python-version }}

0 commit comments

Comments
 (0)