diff options
author | Markus Wüstenberg | 2025-03-03 11:49:17 +0100 |
---|---|---|
committer | GitHub | 2025-03-03 10:49:17 +0000 |
commit | 523f5914d1f4d1e40bebcc40a92666f449b07ab1 (patch) | |
tree | ec531127beb82a9dc4e5a83279139ac87cb2847d | |
parent | ac5c615468e972376d23447de91eb1ea39a315bb (diff) | |
download | gomponents-523f5914d1f4d1e40bebcc40a92666f449b07ab1.tar.lz gomponents-523f5914d1f4d1e40bebcc40a92666f449b07ab1.tar.zst gomponents-523f5914d1f4d1e40bebcc40a92666f449b07ab1.zip |
Test with Go 1.24 (#244)
-rw-r--r-- | .github/workflows/ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8efae34..0aa6aa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - "1.21" - "1.22" - "1.23" + - "1.24" steps: - name: Checkout |