Update go.yml

This commit is contained in:
Hami Lemon 2022-02-18 16:37:41 +08:00 committed by GitHub
parent 0694c54460
commit 8fcc3509f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ jobs:
- name: Set up Go - name: Set up Go
uses: actions/setup-go@v2 uses: actions/setup-go@v2
with:
go-version: 1.17
check-latest: true
- name: Build - name: Build
run: go build -v ./... run: go build -v ./...