Skip to content

Commit 382d8e2

Browse files
committed
Upgraded to go 1.15
1 parent 28d0096 commit 382d8e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ language: go
66

77
# Version
88
go:
9-
- 1.14.x
9+
- 1.15.x
1010

1111
# Environment variables
1212
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ vet Run the Go vet application (custom)
9191
<br/>
9292

9393
## Examples & Tests
94-
All unit tests and examples run via [Travis CI](https://travis-ci.org/mrz1836/go-validate) and uses [Go version 1.14.x](https://golang.org/doc/go1.14). View the [deployment configuration file](.travis.yml).
94+
All unit tests and examples run via [Travis CI](https://travis-ci.org/mrz1836/go-validate) and uses [Go version 1.15.x](https://golang.org/doc/go1.15). View the [deployment configuration file](.travis.yml).
9595
```shell script
9696
make test
9797
```

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/mrz1836/go-validate
22

3-
go 1.14
3+
go 1.15

0 commit comments

Comments
 (0)