diff options
| author | Jakob Unterwurzacher | 2023-10-29 13:04:34 +0100 | 
|---|---|---|
| committer | rfjakob | 2023-10-29 13:10:06 +0100 | 
| commit | 94c5828829a166f59d3b4ed435de29d0794c168c (patch) | |
| tree | f0e577be74ab2fe06c2107c9e2dc93222b6783cf | |
| parent | 5da40e7adf3bd0e9097b6e5b3c793ccc65d251cc (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.yml | 2 | 
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  | 
