mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
use latest go 1.x available (#4794)
Signed-off-by: Chris O'Haver <cohaver@infoblox.com>
This commit is contained in:
6
.github/workflows/go.tidy.yml
vendored
6
.github/workflows/go.tidy.yml
vendored
@@ -8,6 +8,12 @@ jobs:
|
||||
fix:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
-
|
||||
name: Install Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.16'
|
||||
id: go
|
||||
-
|
||||
name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user