diff options
author | Markus Wüstenberg | 2023-09-08 11:01:06 +0200 |
---|---|---|
committer | Markus Wüstenberg | 2023-09-08 11:01:06 +0200 |
commit | 214138645bfda44676d071e9a0c2f2255dd48173 (patch) | |
tree | 2aa2aa6fd6e37da38ffe1f15307b9209a0568faa /.github/workflows | |
parent | a9890f5337da4fc09c016d031b38e36d7b382f62 (diff) | |
download | gomponents-214138645bfda44676d071e9a0c2f2255dd48173.tar.lz gomponents-214138645bfda44676d071e9a0c2f2255dd48173.tar.zst gomponents-214138645bfda44676d071e9a0c2f2255dd48173.zip |
Test Go 1.21 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 17d8878..50cfb79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,7 @@ jobs: - "1.18" - "1.19" - "1.20" + - "1.21" steps: - name: Checkout |