Update go.yml
This commit is contained in:
parent
a020e646de
commit
f64959ace1
|
@ -16,10 +16,10 @@ jobs:
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
go-version: 1.17
|
go-version: 1.18
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
|
||||||
- name: Test
|
- name: Vet
|
||||||
run: go test -v ./...
|
run: go vet -v ./...
|
||||||
|
|
Loading…
Reference in New Issue