diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1602f4cb..088cd454 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,10 +12,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Setup Go 1.13 + - name: Setup Go 1.14 uses: actions/setup-go@v1 with: - go-version: 1.13 + go-version: 1.14 id: go - name: Set $GOPATH and more variables