From e6355dfee861530c0a8a6e7679842683736704f7 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Tue, 13 Apr 2021 22:30:50 -0400 Subject: [PATCH] Update Go to 1.16 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 52e9c8a4..3b59cdb5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,10 +14,10 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 5 steps: - - name: Set up Go 1.15 + - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.15 + go-version: 1.16 - name: Check out code into the Go module directory uses: actions/checkout@v2 - name: Build binary to make sure it works