Skip to content

Commit 60a3bbd

Browse files
authored
Run tests on Go 1.26 (#277)
1 parent de6ceda commit 60a3bbd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
go: ['1.25', '1.24', '1.23', '1.20']
16+
go: ['1.26', '1.25', '1.24', '1.20']
1717

1818
name: Go ${{ matrix.go }} on Linux
1919

@@ -36,7 +36,7 @@ jobs:
3636
strategy:
3737
fail-fast: false
3838
matrix:
39-
go: ['1.25']
39+
go: ['1.26']
4040

4141
name: Go ${{ matrix.go }} on Linux 386
4242

@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
fail-fast: false
6161
matrix:
62-
go: ['1.25', '1.20']
62+
go: ['1.26', '1.20']
6363

6464
name: Go ${{ matrix.go }} on Windows
6565

@@ -85,7 +85,7 @@ jobs:
8585
strategy:
8686
fail-fast: false
8787
matrix:
88-
go: ['1.25', '1.20']
88+
go: ['1.26', '1.20']
8989

9090
name: Go ${{ matrix.go }} on macOS
9191

0 commit comments

Comments
 (0)