about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorMarkus Wüstenberg2023-05-04 09:49:50 +0200
committerGitHub2023-05-04 09:49:50 +0200
commitb638b8b078ffedc76513aac30152ce36f2072814 (patch)
treeae0e3b61cf5508b614b2e1cbf2746e21d4fe6eb6
parent8e4b1319d12e11fe62725fc30ea01b1f274f8c50 (diff)
parentf26f56cc56fef8d90433917f3628acc946e2d44e (diff)
downloadgomponents-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.yml9
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