github ci: add new stable Go versions
This commit is contained in:
parent
4bd1a8db4c
commit
59165f0f53
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -13,8 +13,9 @@ jobs:
|
|||||||
go:
|
go:
|
||||||
- "1.13.x" # Ubuntu 20.04 LTS "focal"
|
- "1.13.x" # Ubuntu 20.04 LTS "focal"
|
||||||
- "1.15.x" # Debian 11 "Bullseye"
|
- "1.15.x" # Debian 11 "Bullseye"
|
||||||
- "1.16.x" # Golang upstream stable
|
|
||||||
- "1.17.x" # Golang upstream stable
|
- "1.17.x" # Golang upstream stable
|
||||||
|
- "1.18.x" # Golang upstream stable
|
||||||
|
- "1.19.x" # Golang upstream stable
|
||||||
# Don't cancel everything when one Go version fails
|
# Don't cancel everything when one Go version fails
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
Reference in New Issue
Block a user