From 486dd900b446c2a21142bb74a11cab94873b824a Mon Sep 17 00:00:00 2001 From: Chris O'Haver Date: Tue, 10 Aug 2021 04:37:58 -0400 Subject: [PATCH] use latest go 1.x available (#4794) Signed-off-by: Chris O'Haver --- .github/workflows/go.tidy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/go.tidy.yml b/.github/workflows/go.tidy.yml index 9fcd81101..1ebdecd5d 100644 --- a/.github/workflows/go.tidy.yml +++ b/.github/workflows/go.tidy.yml @@ -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