chore: use go 1.16.x in github action
parent
7b32bb17b0
commit
c962ad103f
|
@ -10,8 +10,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "^1.16"
|
||||
- run: go version
|
||||
go-version: 1.16.x
|
||||
- run: go test -race ./...
|
||||
build-gotip:
|
||||
name: Build
|
||||
|
@ -20,8 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "^1.16"
|
||||
- run: go version
|
||||
go-version: 1.16.x
|
||||
- run: go build
|
||||
lint:
|
||||
name: Lint
|
||||
|
|
Loading…
Reference in New Issue