mirror of
https://github.com/burrowers/garble.git
synced 2025-12-24 12:58:05 +08:00
drop support for Go 1.19
Now that we're done with garble v0.9.x, v0.10 will only support Go 1.20 as a minimum version.
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
go-version: [1.19.x, 1.20.x]
|
||||
go-version: [1.20.x]
|
||||
# TODO: revert to macos-latest once we figure out https://github.com/burrowers/garble/issues/609.
|
||||
os: [ubuntu-latest, macos-11, windows-latest]
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
Reference in New Issue
Block a user