mirror of
https://github.com/coredns/coredns.git
synced 2025-12-06 02:15:11 -05:00
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:
6
.github/workflows/go.test.yml
vendored
6
.github/workflows/go.test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user