1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-11-16 05:38:39 +00:00

Merge pull request #183 from vbatts/test_matrix

github/workflows: test on multiple golang versions
This commit is contained in:
Vincent Batts 2023-03-22 10:26:45 -04:00 committed by GitHub
commit c6a7295705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,13 +10,16 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
go: ['1.17', '1.18', '1.19', '1.20']
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.17
go-version: ${{ matrix.go }}
- name: Build
run: make