mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04: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:
2
.github/workflows/go.coverage.yml
vendored
2
.github/workflows/go.coverage.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
|
||||
|
||||
Reference in New Issue
Block a user