diff options
author | Markus Wüstenberg | 2024-02-09 10:29:34 +0100 |
---|---|---|
committer | Markus Wüstenberg | 2024-02-09 10:29:34 +0100 |
commit | 079fcc99053bb961b7feeaec4981273c25baf327 (patch) | |
tree | 9ce5853bf9bb6c6d263827d30360ada5cff715c7 /.github/workflows | |
parent | 1f0bb2a2aaecc7813b9eda1c0579434e9ad5fe56 (diff) | |
download | gomponents-079fcc99053bb961b7feeaec4981273c25baf327.tar.lz gomponents-079fcc99053bb961b7feeaec4981273c25baf327.tar.zst gomponents-079fcc99053bb961b7feeaec4981273c25baf327.zip |
Test on Go 1.22 in CI
Diffstat (limited to '.github/workflows')
-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 |