From 8920ecb35c915521ad394e18b29d35e59d49236f Mon Sep 17 00:00:00 2001 From: Mike Borozdin Date: Thu, 18 Feb 2021 14:52:39 -0800 Subject: [PATCH] updating go-version to 1.15 across the board. --- .github/workflows/go.yml | 4 ++-- .github/workflows/verifyGuides.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d20e477598..12571d4711 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -28,10 +28,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.13 + - name: Set up Go 1.15 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.15 id: go - name: Check out code into the Go module directory uses: actions/checkout@v1 diff --git a/.github/workflows/verifyGuides.yml b/.github/workflows/verifyGuides.yml index 055a2dc18c..7d12763519 100644 --- a/.github/workflows/verifyGuides.yml +++ b/.github/workflows/verifyGuides.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/setup-go@v2 with: - go-version: 1.14 + go-version: 1.15 - uses: actions/checkout@v2 - run: | make build