about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-21 21:56:01 +0100
committerAlan Pearce2025-03-21 21:56:01 +0100
commitc22895f8478dd318de71a6c16065cb1d51826c95 (patch)
tree673e5630130a368f15f588a65a62544c6006f88b
parent85fff9ebf5a3177d8c4e48d7314e402c0be27cee (diff)
downloadgomponents-c22895f8478dd318de71a6c16065cb1d51826c95.tar.lz
gomponents-c22895f8478dd318de71a6c16065cb1d51826c95.tar.zst
gomponents-c22895f8478dd318de71a6c16065cb1d51826c95.zip
disable old go versions in CI HEAD main
-rw-r--r--.github/workflows/ci.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index d448f1b..5e909d1 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -20,11 +20,6 @@ jobs:
     strategy:
       matrix:
         go:
-          - "1.18"
-          - "1.19"
-          - "1.20"
-          - "1.21"
-          - "1.22"
           - "1.23"
           - "1.24"