Merge upstream

Signed-off-by: Brian Meek <brian@hntlabs.com>
This commit is contained in:
Brian Meek 2023-02-07 17:31:43 -08:00
parent ceff2ae574
commit 9cc55befe7
No known key found for this signature in database
GPG key ID: ACBD71263BF42D00

View file

@ -273,11 +273,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: "1.19"
=======
go-version: "1.18"
>>>>>>> eb29a315507f0075c2c6a495ac59c64a7f45f9fc
cache: true
- name: Build upgrade-tests
run: go build ./cmd/dendrite-upgrade-tests
@ -297,11 +293,7 @@ jobs:
- name: Setup go
uses: actions/setup-go@v3
with:
<<<<<<< HEAD
go-version: "1.19"
=======
go-version: "1.18"
>>>>>>> eb29a315507f0075c2c6a495ac59c64a7f45f9fc
cache: true
- name: Build upgrade-tests
run: go build ./cmd/dendrite-upgrade-tests
@ -481,7 +473,7 @@ jobs:
upgrade_test_direct,
sytest,
complement,
integration
integration,
]
runs-on: ubuntu-latest
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped