Use latest Go version (#4505)
Update go.mod to 1.16 and make the workflows default to the latest available. Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
parent
94e027cd6f
commit
c27605797b
4 changed files with 1 additions and 11 deletions
2
.github/workflows/go.coverage.yml
vendored
2
.github/workflows/go.coverage.yml
vendored
|
@ -8,8 +8,6 @@ jobs:
|
|||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
|
6
.github/workflows/go.test.yml
vendored
6
.github/workflows/go.test.yml
vendored
|
@ -8,8 +8,6 @@ jobs:
|
|||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
@ -31,8 +29,6 @@ jobs:
|
|||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
@ -51,8 +47,6 @@ jobs:
|
|||
|
||||
- name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.15
|
||||
id: go
|
||||
|
||||
- name: Check out code
|
||||
|
|
2
.github/workflows/make.doc.yml
vendored
2
.github/workflows/make.doc.yml
vendored
|
@ -20,8 +20,6 @@ jobs:
|
|||
-
|
||||
name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.14.1'
|
||||
-
|
||||
name: Update Docs
|
||||
run: |
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/coredns/coredns
|
||||
|
||||
go 1.13
|
||||
go 1.16
|
||||
|
||||
require (
|
||||
github.com/Azure/azure-sdk-for-go v40.6.0+incompatible
|
||||
|
|
Loading…
Add table
Reference in a new issue