From 95bddf6c07483066f122779ba27e91ddcc875d3b Mon Sep 17 00:00:00 2001 From: Chris Opland Date: Fri, 26 Feb 2021 15:07:30 -0600 Subject: [PATCH] update to Go 1.16 in workflow --- .github/workflows/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ae475136a..c4e7c8a55 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,10 +6,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.16 uses: actions/setup-go@v1 with: - go-version: 1.15 + go-version: 1.16 id: go - name: Check out code into the Go module directory