Update go version to match semver

This commit is contained in:
Loyalsoldier 2020-06-21 14:06:09 +08:00 committed by GitHub
parent 3c628e3b8a
commit ad1e85a29b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,10 +11,10 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- name: Setup Go 1.14
- name: Setup Go 1.x
uses: actions/setup-go@v2
with:
go-version: 1.14
go-version: "^1.14"
- name: Set $GOPATH and more variables
run: |