mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
Add min supported and two most recent Go versions to workflow
This commit is contained in:
parent
63e0c8be15
commit
19190fdfd3
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@ -9,12 +9,15 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.18', '1.17', '1.13' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v2
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.17
|
||||
go-version: ${{ matrix.go }}
|
||||
- name: Build
|
||||
run: go build -v ./...
|
||||
- name: Test
|
||||
|
Loading…
x
Reference in New Issue
Block a user