From e7dcd7db2626958135d9e2083eca306543f019f3 Mon Sep 17 00:00:00 2001 From: facchettos Date: Fri, 16 Feb 2024 14:47:00 +0100 Subject: [PATCH] trigger --- .github/workflows/compatibility.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/workflows/compatibility.yaml diff --git a/.github/workflows/compatibility.yaml b/.github/workflows/compatibility.yaml new file mode 100644 index 000000000..df07d5519 --- /dev/null +++ b/.github/workflows/compatibility.yaml @@ -0,0 +1,27 @@ +name: Matrix compatibility + +on: + release: + types: [created] + pull_request: + branches: + - main + +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +jobs: + go-unit-test: + name: Generate the compatibility matrix + runs-on: ubuntu-22.04 + steps: + - name: Set up Go 1.21 + uses: actions/setup-go@v5 + with: + go-version: "1.21" + cache: false + - name: Check out code into the Go module directory + uses: actions/checkout@v4 + - name: run compat + run: just validate-compat-matrix