1
0
Fork 0

feat: Bump Go version to 1.17

main
Ambrose Chua 2021-11-16 12:25:06 +08:00 committed by GitHub
parent 5c6d7e2fcf
commit 6ac1164f07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2
@ -32,7 +32,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2
@ -48,7 +48,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2
@ -66,7 +66,7 @@ jobs:
run: |
git add .
if output=$(git status --porcelain) && [ ! -z "$output" ]; then
git commit -m "[Action] go fmt" -a
git commit -m 'style: `go fmt`' -a
git push
fi
@ -78,7 +78,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.15
go-version: ^1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2