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: |