Skip to content

Commit

Permalink
Merge pull request #7261 from samuelkarp/release-workflow/1.6
Browse files Browse the repository at this point in the history
[release/1.6] release workflow: increase timeout to 30 minutes & remove Go setup action
  • Loading branch information
estesp committed Aug 6, 2022
2 parents 76f5db4 + 3909204 commit a76f3c8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
name: Build Release Binaries
runs-on: ubuntu-${{ matrix.ubuntu }}
needs: [check]
timeout-minutes: 20
timeout-minutes: 30
strategy:
matrix:
include:
Expand All @@ -69,10 +69,6 @@ jobs:
- ubuntu: 18.04
platform: windows/amd64
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: '1.17.13'
- name: Set env
shell: bash
env:
Expand Down

0 comments on commit a76f3c8

Please sign in to comment.