aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2023-10-29 13:04:34 +0100
committerJakob Unterwurzacher2023-10-29 13:04:34 +0100
commitf77477ca03c1ac9391e92719a33e58330ad8ff37 (patch)
treef0e577be74ab2fe06c2107c9e2dc93222b6783cf
parentd841b51a179f8499df5f56b47dae6568d3d2acdf (diff)
github ci: add back go 1.18 & go 1.19
Seems to build fine and has a big userbase due to Debian and Ubuntu.
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
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