Skip to content

Commit f0b71de

Browse files
committed
update ci to use latest go version, go 1.25
1 parent 7230759 commit f0b71de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/race-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: '1.24.6'
19+
go-version: '1.25'
2020
- name: Install dependencies
2121
run: go mod tidy
2222
- name: Run block manager race tests

.github/workflows/wildcat_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, macos-latest, windows-latest]
15-
go-version: ['1.24.6']
15+
go-version: ['1.25']
1616
runs-on: ${{ matrix.os }}
1717

1818
steps:

0 commit comments

Comments
 (0)