Skip to content

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

This is an automated cherry-pick of #8071

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

name: TSO Function Test
on:
push:
branches:
- master
- release-5.*
- release-6.*
- release-7.*
pull_request:
branches:
- master
- release-5.*
- release-6.*
- release-7.*
concurrency:
group: ${{ github.ref }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
tso-function-test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
<<<<<<< HEAD

Check failure on line 26 in .github/workflows/tso-function-test.yaml

View workflow run for this annotation

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

Invalid workflow file

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