From e22d3d07f4bde7b460f4eb3041a7565281649062 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 10 Sep 2019 14:09:57 +0200 Subject: [PATCH] build(ci): update golang --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2606210..6d34d3c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,10 +7,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.12 + - name: Set up Go 1.13 uses: actions/setup-go@v1 with: - go-version: 1.12 + go-version: 1.13 id: go - name: Check out code into the Go module directory