chore: run tests in the most recent Go versions

This commit is contained in:
Manuel de la Peña
2024-08-21 17:33:21 +02:00
parent fe56bc56be
commit 304babaae6
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -15,9 +15,9 @@ jobs:
strategy:
matrix:
go-version:
- 1.19.x
- 1.20.x
- 1.21.x
- 1.22.x
- 1.23.x
steps:
- name: Fetch Repository
uses: actions/checkout@v4