Skip to content

Commit

Permalink
bump minimal go version to 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrus committed Oct 7, 2020
1 parent f7aeace commit ad75acf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: go
go:
- 1.12
- 1.13
- 1.x
- tip
before_install:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,3 +1,3 @@
module github.com/cenkalti/backoff/v4

go 1.12
go 1.13

0 comments on commit ad75acf

Please sign in to comment.