aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2022-08-28 12:10:25 +0200
committerJakob Unterwurzacher2022-08-28 12:10:25 +0200
commit59165f0f53193f596741b1bc15ade64cb43910ef (patch)
treee246226d1bf1932b54d3e933baa72258c185b511
parent4bd1a8db4cda06fa3f2f2842fda5ae489b37d8c7 (diff)
github ci: add new stable Go versions
-rw-r--r--.github/workflows/ci.yml3
1 files changed, 2 insertions, 1 deletions
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