Skip to content

Commit

Permalink
Upgraded to go 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 17, 2020
1 parent 3723a87 commit 662cbfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ language: go

# Version
go:
- 1.14.x
- 1.15.x

# Environment variables
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ vet Run the Go vet application
<br/>

## Examples & Tests
All unit tests and [examples](whatsonchain_test.go) run via [Travis CI](https://travis-ci.org/mrz1836/go-whatsonchain) and uses [Go version 1.14.x](https://golang.org/doc/go1.14). View the [deployment configuration file](.travis.yml).
All unit tests and [examples](whatsonchain_test.go) run via [Travis CI](https://travis-ci.org/mrz1836/go-whatsonchain) and uses [Go version 1.15.x](https://golang.org/doc/go1.15). View the [deployment configuration file](.travis.yml).

Run all tests (including integration tests)
```shell script
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mrz1836/go-whatsonchain

go 1.14
go 1.15

require (
github.com/gojektech/heimdall/v6 v6.1.0
Expand Down

0 comments on commit 662cbfa

Please sign in to comment.