diff options
author | Markus Wüstenberg | 2024-02-09 10:32:46 +0100 |
---|---|---|
committer | GitHub | 2024-02-09 10:32:46 +0100 |
commit | 42fbfd4045ff8993ed5708ce3c7a44b17a958fdd (patch) | |
tree | 9ce5853bf9bb6c6d263827d30360ada5cff715c7 | |
parent | 1f0bb2a2aaecc7813b9eda1c0579434e9ad5fe56 (diff) | |
parent | 079fcc99053bb961b7feeaec4981273c25baf327 (diff) | |
download | gomponents-42fbfd4045ff8993ed5708ce3c7a44b17a958fdd.tar.lz gomponents-42fbfd4045ff8993ed5708ce3c7a44b17a958fdd.tar.zst gomponents-42fbfd4045ff8993ed5708ce3c7a44b17a958fdd.zip |
Test on Go 1.22 in CI (#165)
-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 50cfb79..338af9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,7 @@ jobs: - "1.19" - "1.20" - "1.21" + - "1.22" steps: - name: Checkout |