From 7b199cc6ae5a2a9e78c7bdab51d30097df053a54 Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 2 Apr 2021 18:51:23 +0000 Subject: [PATCH] Bump Go version for CI builds to 1.16 --- .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 9a7f18f5..f541e5aa 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.16 uses: actions/setup-go@v2.1.3 with: - go-version: 1.15 + go-version: 1.16 id: go - name: Check out code into the Go module directory