Use Go 1.19
This commit is contained in:
2
.github/workflows/validate.yaml
vendored
2
.github/workflows/validate.yaml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: '>=1.18.0'
|
||||
go-version: '>=1.19.0'
|
||||
- name: Test
|
||||
run: |
|
||||
make test
|
||||
|
Reference in New Issue
Block a user