Skip to content

Commit 47d8767

Browse files
authored
[chore][govuln] requires Go 1.25.10 in govuln check
1 parent 56e1235 commit 47d8767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Go
7272
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
7373
with:
74-
go-version: oldstable
74+
go-version: 1.25.10 # TODO: revert to oldstable once oldstable picks up 1.25.10+
7575
cache: false
7676
- name: Cache Go
7777
id: go-cache

0 commit comments

Comments
 (0)