Merge pull request #7259 from samuelkarp/release-workflow

release workflow: increase timeout to 30 minutes & remove Go setup action
This commit is contained in:
Derek McGowan 2022-08-05 16:57:07 -07:00 committed by GitHub
commit de68174ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ jobs:
name: Build Release Binaries name: Build Release Binaries
runs-on: ubuntu-${{ matrix.ubuntu }} runs-on: ubuntu-${{ matrix.ubuntu }}
needs: [check] needs: [check]
timeout-minutes: 10 timeout-minutes: 30
strategy: strategy:
matrix: matrix:
include: include:
@ -72,10 +72,6 @@ jobs:
- ubuntu: 18.04 - ubuntu: 18.04
platform: windows/amd64 platform: windows/amd64
steps: steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: ${{ env.GO_VERSION }}
- name: Set env - name: Set env
shell: bash shell: bash
env: env: