Commit 8016f627 authored by Yong Tang's avatar Yong Tang Committed by GitHub

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: default avatarYong Tang <yong.tang.github@outlook.com>

* Remove `^` to avoid cache

This commit removes `^` to avoid cache in build system
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>

* Change to 1.17.0
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent 5f6baf29
......@@ -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
......
......@@ -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
......@@ -32,7 +32,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
......@@ -52,7 +52,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
......
......@@ -12,7 +12,7 @@ jobs:
name: Install Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '1.17.0'
id: go
-
name: Checkout
......
......@@ -15,7 +15,7 @@ jobs:
name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '^1.16'
go-version: '1.17.0'
-
name: Update Docs
run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment