github ci: add new stable Go versions

This commit is contained in:
Jakob Unterwurzacher 2022-08-28 12:10:25 +02:00
parent 4bd1a8db4c
commit 59165f0f53
1 changed files with 2 additions and 1 deletions

View File

@ -13,8 +13,9 @@ jobs:
go:
- "1.13.x" # Ubuntu 20.04 LTS "focal"
- "1.15.x" # Debian 11 "Bullseye"
- "1.16.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
fail-fast: false
runs-on: ubuntu-latest