diff options
author | Markus Wüstenberg | 2023-05-04 09:49:50 +0200 |
---|---|---|
committer | GitHub | 2023-05-04 09:49:50 +0200 |
commit | b638b8b078ffedc76513aac30152ce36f2072814 (patch) | |
tree | ae0e3b61cf5508b614b2e1cbf2746e21d4fe6eb6 | |
parent | 8e4b1319d12e11fe62725fc30ea01b1f274f8c50 (diff) | |
parent | f26f56cc56fef8d90433917f3628acc946e2d44e (diff) | |
download | gomponents-b638b8b078ffedc76513aac30152ce36f2072814.tar.lz gomponents-b638b8b078ffedc76513aac30152ce36f2072814.tar.zst gomponents-b638b8b078ffedc76513aac30152ce36f2072814.zip |
Test with Go 1.20 in CI (#134)
Fixes #129.
-rw-r--r-- | .github/workflows/ci.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca142f..17d8878 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,10 +20,11 @@ jobs: strategy: matrix: go: - - 1.16 - - 1.17 - - 1.18 - - 1.19 + - "1.16" + - "1.17" + - "1.18" + - "1.19" + - "1.20" steps: - name: Checkout |