mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
CI: stop testing on Go 1.23
We only support Go 1.24 at this point; I forgot to update CI.
This commit is contained in:
committed by
Paul Scheduikat
parent
aa67c654dc
commit
b9e8908d31
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.23.x, 1.24.x]
|
||||
go-version: [1.24.x]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user