support go 1.20+ (#608)

This commit is contained in:
John Roesler
2023-11-09 09:49:21 -06:00
committed by GitHub
parent 584cd8aeca
commit 6f9a8200f4
8 changed files with 53 additions and 44 deletions
+1
View File
@@ -12,6 +12,7 @@ jobs:
strategy:
matrix:
go-version:
- "1.20"
- "1.21"
name: lint and test
runs-on: ubuntu-latest