chore: bump go 1.17 in github action

main
sudo pacman -Syu 2021-08-19 00:53:26 +07:00
parent 05135e02f0
commit 6aa5cb2e2a
1 changed files with 2 additions and 2 deletions

View File

@ -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