Skip to content

Commit 0012995

Browse files
committed
update setup-go, disable cache-dependency-path
1 parent 1d2d6d8 commit 0012995

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ jobs:
1111
runs-on: ${{matrix.os}}
1212
steps:
1313
- uses: actions/checkout@v5
14-
- uses: actions/setup-go@v5
14+
- uses: actions/setup-go@v6
1515
with:
16-
go-version: "1.24"
16+
go-version: stable
17+
cache-dependency-path: false
1718
- uses: actions/setup-node@v5
1819
with:
1920
node-version: ${{matrix.js[1]}}

0 commit comments

Comments
 (0)