Skip to content

Commit

Permalink
chore: update to go1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trottier committed Dec 4, 2019
1 parent 86218c3 commit 3d6d1bf
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
@@ -1,6 +1,6 @@
language: go
go:
- "1.11"
- "1.13"

install:
- go get -u golang.org/x/lint/golint
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/RTradeLtd/config/v2

go 1.12
go 1.13

require (
github.com/stretchr/testify v1.4.0 // indirect
Expand Down

0 comments on commit 3d6d1bf

Please sign in to comment.