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