diff --git a/.gitea/workflows/go.yaml b/.gitea/workflows/go.yaml index 9ad174f..e56e02a 100644 --- a/.gitea/workflows/go.yaml +++ b/.gitea/workflows/go.yaml @@ -5,6 +5,10 @@ on: [push] jobs: build: runs-on: ubuntu-latest + strategy: + matrix: + go-version: [ "1.21.x", "1.22.x", "1.23.x", "1.24.x" ] + steps: - uses: actions/checkout@v4 - name: Setup Go ${{ matrix.go-version }}