Skip to content

Commit cc1f095

Browse files
committed
Specify correct minimum go version in go.mod
1 parent c92ec55 commit cc1f095

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: go
22

33
go:
44
- tip
5+
- "1.13.x"
6+
- "1.12.x"
7+
- "1.11.x"
58
- "1.10.x"
69
- "1.9.x"
710
- "1.8.x"

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ expect junit xml reports (e.g. [Jenkins](http://jenkins-ci.org)).
88

99
## Installation
1010

11-
Go version 1.1 or higher is required. Install or update using the `go get`
11+
Go version 1.2 or higher is required. Install or update using the `go get`
1212
command:
1313

1414
```bash

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/jstemmer/go-junit-report
22

3-
go 1.13
3+
go 1.2

0 commit comments

Comments
 (0)