From 375be7a6b2fe21d5f304606bfdbb363df265c55e Mon Sep 17 00:00:00 2001 From: Jamie Tanna Date: Sun, 17 May 2026 12:42:01 +0100 Subject: [PATCH] feat!: require minimum of Go 1.25 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2105e4e..2c6d899 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: - id: versions run: | # versions of Go that this module can still be built with (and therefore are "supported" by this project) and actively supported versions of Go - all_versions='["1.24", "1.25", "1.26"]' + all_versions='["1.25", "1.26"]' excluding='${{ inputs.excluding_versions }}' # Filter out excluded versions using jq