chore: bump go 1.17 in github action
parent
05135e02f0
commit
6aa5cb2e2a
|
@ -16,7 +16,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "~1.16"
|
||||
go-version: "~1.17"
|
||||
- run: go test -race ./...
|
||||
build:
|
||||
name: Build
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "~1.16"
|
||||
go-version: "~1.17"
|
||||
- run: go build ./cmd/changeloguru
|
||||
lint:
|
||||
name: Lint
|
||||
|
|
Loading…
Reference in New Issue