From ae971661e091071865d3928f8c79b86a9703f914 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Mon, 15 Dec 2025 21:14:05 +0100 Subject: github ci: drop older Go versions This has become untenable as the golang.org/x packages started bumping their go.mod go directive automatically: https://github.com/golang/go/issues/69095 https://go.googlesource.com/proposal/+/HEAD/design/69095-x-repo-continuous-go.md --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c136c38..0bf9e7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,6 @@ jobs: # Each major Go release is supported until there are two newer major releases. # https://go.dev/doc/devel/release#policy go: - - "1.19.x" # Debian bookworm, bullseye-backports - - "1.22.x" # Ubuntu 24.04 LTS "noble" - "oldstable" # 2nd-latest Golang upstream stable - "stable" # Latest Go upstream stable os: -- cgit v1.2.3