There was an error while loading. Please reload this page.
1 parent 56e1235 commit 47d8767Copy full SHA for 47d8767
1 file changed
.github/workflows/build-and-test.yml
@@ -71,7 +71,7 @@ jobs:
71
- name: Setup Go
72
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
73
with:
74
- go-version: oldstable
+ go-version: 1.25.10 # TODO: revert to oldstable once oldstable picks up 1.25.10+
75
cache: false
76
- name: Cache Go
77
id: go-cache
0 commit comments