From 106470d940f7d9fa584463c92f7b2f4f51bce215 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 11 Mar 2025 23:25:32 +0100 Subject: github ci: clean up Go versions go-libaegis does not support Go 1.18, Ubuntu 22.04 is old, drop it. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to '.github') 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: -- cgit v1.2.3