From a87dc5b58e81f9a226ef00a82d59793e55633c9b Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 29 Feb 2020 21:01:04 +0000 Subject: [PATCH] bump go in github actions --- .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 d2cfb0f..10979a8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -5,10 +5,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - name: Set up Go 1.12 + - name: Set up Go 1.14 uses: actions/setup-go@v1 with: - go-version: 1.12 + go-version: 1.14 id: go - name: Check out code into the Go module directory uses: actions/checkout@v1