chore: use semver for future 1.16 go version
parent
58c8a81e63
commit
fb4476aa87
|
@ -10,7 +10,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.2
|
||||
go-version: "~1.16"
|
||||
- run: go test -race ./...
|
||||
build-gotip:
|
||||
name: Build
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16.2
|
||||
go-version: "~1.16"
|
||||
- run: go build
|
||||
lint:
|
||||
name: Lint
|
||||
|
|
Loading…
Reference in New Issue