💚 Adds multiple go versions to actions
Some checks failed
Some checks failed
This commit is contained in:
parent
83c7b97e1d
commit
6c1e6f2667
@ -5,6 +5,10 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
go-version: [ "1.21.x", "1.22.x", "1.23.x", "1.24.x" ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Setup Go ${{ matrix.go-version }}
|
- name: Setup Go ${{ matrix.go-version }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user