mirror of
https://github.com/coredns/coredns.git
synced 2025-12-01 16:14:16 -05:00
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:
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
|
||||
|
||||
Reference in New Issue
Block a user