diff options
author | Jakob Unterwurzacher | 2025-03-11 23:25:32 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-03-11 23:25:32 +0100 |
commit | 106470d940f7d9fa584463c92f7b2f4f51bce215 (patch) | |
tree | d3fac3f978a0bce901b3e26066f69cefe765f59b | |
parent | 1c335c73545fbddd83fc905925e808f01cb851a0 (diff) |
github ci: clean up Go versionsHEADmasterci_too_many
go-libaegis does not support Go 1.18, Ubuntu 22.04 is old,
drop it.
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78112c..c29194a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,10 +14,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" + - "1.22.x" # Ubuntu 24.04 LTS "noble" - "oldstable" # 2nd-latest Golang upstream stable - "stable" # Latest Go upstream stable os: |