Specify correct minimum go version in go.mod

This commit is contained in:
Joël Stemmer 2019-10-04 20:55:37 +01:00
parent c92ec55ec6
commit cc1f095d5c
3 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,9 @@ language: go
go:
- tip
- "1.13.x"
- "1.12.x"
- "1.11.x"
- "1.10.x"
- "1.9.x"
- "1.8.x"

View File

@ -8,7 +8,7 @@ expect junit xml reports (e.g. [Jenkins](http://jenkins-ci.org)).
## 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:
```bash

2
go.mod
View File

@ -1,3 +1,3 @@
module github.com/jstemmer/go-junit-report
go 1.13
go 1.2