Merge branch 'master' into go1.18
This commit is contained in:
commit
f521c78de6
|
@ -45,7 +45,7 @@ runs:
|
|||
- name: Install gotip
|
||||
if: matrix.go-version == 'tip'
|
||||
run: |
|
||||
git clone --depth=1 https://go.googlesource.com/go "$GOTIP_PATH" || true
|
||||
git clone --depth=1 https://github.com/golang/go "$GOTIP_PATH" || true
|
||||
cd "$GOTIP_PATH"
|
||||
git pull
|
||||
echo "GOROOT=$GOTIP_PATH" >> "$GITHUB_ENV"
|
||||
|
|
|
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||
jobs:
|
||||
|
||||
test:
|
||||
timeout-minutes: 10
|
||||
timeout-minutes: 30
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue