summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde <daniel@milde.cz>2024-03-04 16:38:18 +0100
committerDaniel Milde <daniel@milde.cz>2024-03-04 16:59:44 +0100
commit169167995378dc3977a0f152504eae6c1a6b078e (patch)
treec426512521e1546430e120df91c014a1d65b3076
parent8f903d84b32b8343278a01232b0e995205106e10 (diff)
ci: test all major Go versions
-rw-r--r--.github/workflows/test.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index ae85065..b38afd2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -25,8 +25,11 @@ jobs:
test:
strategy:
matrix:
- go-version: [1.18.x, 1.19.x]
- platform: [ubuntu-latest, macos-latest]
+ go-version: [1.18.x, 1.19.x, 1.20.x, 1.21.x, 1.22.x]
+ platform: [ubuntu-latest]
+ include:
+ - go-version: 1.22.x
+ platform: macos-latest
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go