From f77477ca03c1ac9391e92719a33e58330ad8ff37 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 29 Oct 2023 13:04:34 +0100 Subject: github ci: add back go 1.18 & go 1.19 Seems to build fine and has a big userbase due to Debian and Ubuntu. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccf5d3f..0cf2d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: # Each major Go release is supported until there are two newer major releases. # https://go.dev/doc/devel/release#policy go: + - "1.18.x" # Ubuntu 22.04 LTS "jammy" + - "1.19.x" # Debian bookworm, bullseye-backports - "1.20.x" - "1.21.x" - "oldstable" # 2nd-latest Golang upstream stable -- cgit v1.2.3