mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-05 05:00:15 -05:00
Specify correct minimum go version in go.mod
This commit is contained in:
parent
c92ec55ec6
commit
cc1f095d5c
@ -2,6 +2,9 @@ language: go
|
|||||||
|
|
||||||
go:
|
go:
|
||||||
- tip
|
- tip
|
||||||
|
- "1.13.x"
|
||||||
|
- "1.12.x"
|
||||||
|
- "1.11.x"
|
||||||
- "1.10.x"
|
- "1.10.x"
|
||||||
- "1.9.x"
|
- "1.9.x"
|
||||||
- "1.8.x"
|
- "1.8.x"
|
||||||
|
@ -8,7 +8,7 @@ expect junit xml reports (e.g. [Jenkins](http://jenkins-ci.org)).
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Go version 1.1 or higher is required. Install or update using the `go get`
|
Go version 1.2 or higher is required. Install or update using the `go get`
|
||||||
command:
|
command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user