From 59165f0f53193f596741b1bc15ade64cb43910ef Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 28 Aug 2022 12:10:25 +0200 Subject: [PATCH] github ci: add new stable Go versions --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c91ffa2..b410bed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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