Skip to content

This is an automated cherry-pick of #8071 #4

This is an automated cherry-pick of #8071

This is an automated cherry-pick of #8071 #4

name: TSO Consistency Test
on:
# Only run when the new code is merged into master.
push:
branches:
- master
jobs:
tso-consistency-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
<<<<<<< HEAD

Check failure on line 15 in .github/workflows/tso-consistency-test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/tso-consistency-test.yaml

Invalid workflow file

You have an error in your yaml syntax on line 15
go-version: "1.18.0"
- name: Checkout code
uses: actions/checkout@v2
=======
go-version: '1.21'
>>>>>>> acbb9afaa (ci: transitioning action version from node 16 to node 20 (#8071))
- name: Make TSO Consistency Test
run: make test-tso-consistency