From 6c1e6f2667c3fd22a75f7c33a4427783274b6b03 Mon Sep 17 00:00:00 2001 From: Daniel Svitan Date: Tue, 27 May 2025 20:28:55 +0200 Subject: [PATCH] :green_heart: Adds multiple go versions to actions --- .gitea/workflows/go.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 }}