Update all test files with go1.21, update all go.mod files to go1.19

This commit is contained in:
Juan Calderon-Perez
2023-08-19 22:56:22 -04:00
parent c338ddedc1
commit 9291b82212
34 changed files with 34 additions and 37 deletions
+1 -2
View File
@@ -14,10 +14,9 @@ jobs:
strategy:
matrix:
go-version:
- 1.17.x
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
runs-on: ubuntu-latest
steps:
- name: Fetch Repository