From 65acb4a19255e919a150567308d9eab9af29ed84 Mon Sep 17 00:00:00 2001 From: Bruno Michel Date: Tue, 10 Sep 2019 08:48:48 +0200 Subject: [PATCH] Update go version to 1.13 --- ci/go.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/go.yml b/ci/go.yml index 3ed607b..169022b 100644 --- a/ci/go.yml +++ b/ci/go.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