diff options
author | Alan Pearce | 2025-03-21 21:56:01 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-21 21:56:01 +0100 |
commit | c22895f8478dd318de71a6c16065cb1d51826c95 (patch) | |
tree | 673e5630130a368f15f588a65a62544c6006f88b /.github/workflows/ci.yml | |
parent | 85fff9ebf5a3177d8c4e48d7314e402c0be27cee (diff) | |
download | gomponents-main.tar.lz gomponents-main.tar.zst gomponents-main.zip |
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 5 |
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" |