Skip to content

Commit 8d80a28

Browse files
committed
Add Go 1.13.x to testing targets
1 parent 2be292a commit 8d80a28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: go
22

33
go:
4-
- 1.10.x
54
- 1.11.x
65
- 1.12.x
6+
- 1.13.x
77
- tip
88

99
os:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Before the initial install allows git to use redirects for [pkg.re](https://gith
2525
git config --global http.https://pkg.re.followRedirects true
2626
```
2727

28-
To build the `redis-latency-monitor` from scratch, make sure you have a working Go 1.10+ workspace (_[instructions](https://golang.org/doc/install)_), then:
28+
To build the `redis-latency-monitor` from scratch, make sure you have a working Go 1.11+ workspace (_[instructions](https://golang.org/doc/install)_), then:
2929

3030
```
3131
go get github.com/essentialkaos/redis-latency-monitor

0 commit comments

Comments
 (0)