💚 Adds multiple go versions to actions
Some checks failed
Gitea Build Action / build (1.21.x) (push) Failing after 10m12s
Gitea Build Action / build (1.22.x) (push) Failing after 16m32s
Gitea Build Action / build (1.23.x) (push) Failing after 8m50s
Gitea Build Action / build (1.24.x) (push) Failing after 3m8s

This commit is contained in:
Daniel Svitan 2025-05-27 20:28:55 +02:00
parent 83c7b97e1d
commit 6c1e6f2667

View File

@ -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 }}