Commit 486dd900 authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

use latest go 1.x available (#4794)

Signed-off-by: default avatarChris O'Haver <cohaver@infoblox.com>
parent 5e7292b6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment