mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-21 13:05:05 -05:00
Update workflow to use the latest stable Go versions
This commit is contained in:
parent
7933520f1e
commit
506f0123d0
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
go: [ '1.19', '1.18', '1.13' ]
|
go: [ '1.21', '1.20', '1.13' ]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
|
Loading…
x
Reference in New Issue
Block a user