From f9fcceb45ad4779788bd68437d079a336127583f Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Thu, 1 Oct 2020 20:08:56 +0300 Subject: [PATCH] .github/ci: bump go versions (#810) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b206d105b..ee44f936a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go: ['1.14', '1.13'] + go: ['1.15', '1.14'] steps: - uses: actions/checkout@v2 - uses: actions/setup-go@v2