run build and tests on go 1.19
This commit is contained in:
parent
07b5ceb36c
commit
05946fc063
2
.github/workflows/basic-build-test.yml
vendored
2
.github/workflows/basic-build-test.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.18
|
||||
go-version: 1.19
|
||||
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
|
Loading…
Reference in New Issue
Block a user