Update golang version to 1.17 (#4852)

* Update golang version to 1.17

This PR updates golang version to 1.17 when applicable.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Remove `^` to avoid cache

This commit removes `^` to avoid cache in build system

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>

* Change to 1.17.0

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2021-09-08 05:23:14 -07:00
committed by GitHub
parent 5f6baf2973
commit 8016f62771
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '1.17.0'
id: go
- name: Check out code