Skip to content

Commit 3cf91fb

Browse files
authored
Update go version used in CI (#825)
It was updated in go.mod, but I forgot to update it here.
1 parent 0169f7f commit 3cf91fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/control.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
os: [macOS-latest, ubuntu-24.04]
17-
go: [ '1.24.2' ]
17+
go: [ '1.25.0' ]
1818
steps:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-go@v2

0 commit comments

Comments
 (0)