Skip to content

Commit

Permalink
github ci: add back go 1.18 & go 1.19
Browse files Browse the repository at this point in the history
Seems to build fine and has a big userbase due to
Debian and Ubuntu.
  • Loading branch information
rfjakob committed Oct 29, 2023
1 parent d841b51 commit f77477c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f77477c

Please sign in to comment.