Runs test on go 1.18, 1.19 and 1.20

This commit is contained in:
Christoph Polcin 2023-06-07 20:30:38 +02:00 committed by Christoph Polcin
parent b601d4bcbf
commit 11f0c10ed2
1 changed files with 1 additions and 1 deletions

View File

@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
goversion:
- "1.20"
- "1.19"
- "1.18"
- "1.17"
steps:
- name: Set up Go
uses: actions/setup-go@v1