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