From 7cebb9e4ee4f3bba241bd9b6310a26e865ed44e6 Mon Sep 17 00:00:00 2001 From: Dmitry Verkhoturov Date: Thu, 16 Apr 2020 02:34:47 +0200 Subject: [PATCH] #641 bump CI go version to 1.14 --- .github/workflows/ci-test-backend.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test-backend.yml b/.github/workflows/ci-test-backend.yml index 09018b61..7cda8212 100644 --- a/.github/workflows/ci-test-backend.yml +++ b/.github/workflows/ci-test-backend.yml @@ -29,7 +29,7 @@ jobs: - name: install go uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.14 - name: install golangci-lint and goveralls run: |