deps: bump go to 1.17 (#523)

This commit is contained in:
Federico Kunze Küllmer
2021-09-03 16:54:34 +00:00
committed by GitHub
parent 3f19217d7f
commit 945fa64853
7 changed files with 122 additions and 54 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16.4
go-version: 1.17
- name: release dry run
run: make release-dry-run
- name: setup release environment
+4 -4
View File
@@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
go-version: 1.17
- name: Display Go Version
run: go version
- name: Install tparse
@@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
go-version: 1.17
- uses: actions/checkout@v2.3.4
- uses: technote-space/get-diff-action@v5
with:
@@ -62,7 +62,7 @@ jobs:
# - uses: actions/checkout@v2.3.4
# - uses: actions/setup-go@v2.1.4
# with:
# go-version: 1.16
# go-version: 1.17
# - uses: technote-space/get-diff-action@v5
# id: git_diff
# with:
@@ -99,7 +99,7 @@ jobs:
- uses: actions/checkout@v2.3.4
- uses: actions/setup-go@v2.1.4
with:
go-version: 1.16
go-version: 1.17
- uses: technote-space/get-diff-action@v5
id: git_diff
with: