mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-04 12:40:15 -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
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ '1.19', '1.18', '1.13' ]
|
||||
go: [ '1.21', '1.20', '1.13' ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Set up Go
|
||||
|
Loading…
x
Reference in New Issue
Block a user