Update go.yml

This commit is contained in:
kayos 2022-04-08 18:36:55 -07:00 committed by GitHub
parent a020e646de
commit f64959ace1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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 ./...