chore: update latest go in github action
parent
b8b7e9823d
commit
a9d91218ba
|
@ -10,21 +10,17 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
- run: go version
|
||||
go-version: "~1.16"
|
||||
- run: go test -race ./...
|
||||
build-gotip:
|
||||
name: Build using gotip
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.16
|
||||
- run: go get golang.org/dl/gotip
|
||||
- run: gotip download
|
||||
- run: gotip version
|
||||
- run: gotip build
|
||||
go-version: "~1.16"
|
||||
- run: go build
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -32,4 +28,4 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: golangci/golangci-lint-action@v2
|
||||
with:
|
||||
version: v1.37
|
||||
version: latest
|
||||
|
|
Loading…
Reference in New Issue