ci: Update minimum Go version to 1.19

This commit is contained in:
Matthew Holt
2023-02-24 13:45:44 -07:00
parent 8cb1bb4af3
commit 167981d258
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '~1.18.4'
go-version: '~1.19.6'
check-latest: true
- name: golangci-lint