Skip to content

Commit

Permalink
ci(travis): update to go 1.14
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Feb 17, 2021
1 parent 51f40ae commit ef7bdb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ os:
language: go

go:
- 1.11.x
- 1.14.x

env:
global:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ require (
github.com/multiformats/go-multihash v0.0.14
)

go 1.12
go 1.14

0 comments on commit ef7bdb0

Please sign in to comment.