From 7ae6608f48423dcc6ec15c41e6774867936b949f Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Tue, 6 Jul 2021 18:39:27 -0700 Subject: [PATCH] ci: Update Go toolchain to 1.16 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8803194d..ff3f6a91 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: [1.14, 1.15] + go: [1.16] steps: - name: Set up Go uses: actions/setup-go@v2