aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-12-15 21:14:05 +0100
committerJakob Unterwurzacher2025-12-15 21:16:54 +0100
commitae971661e091071865d3928f8c79b86a9703f914 (patch)
tree5bce1a54e156723c46e7e71c4d49eedd60f68d95 /.github/workflows
parent745276fe6e2b81570e5c84625699d632da5fd6a9 (diff)
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
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 0 insertions, 2 deletions
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: