Skip to content

Commit

Permalink
Remove support to Go 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Aug 25, 2020
1 parent 13dfa6c commit 766fb6a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ go:
- 1.14.x
- 1.13.x
- 1.12.x
- 1.11.x
- tip

before_script:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Simple, lightweight and ultra-fast HTTP Cache to speed up your websites.

### Requirements

- [Go](https://golang.org/dl/) >= 1.11.X
- [Go](https://golang.org/dl/) >= 1.12.X
- make
- git

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/savsgio/kratgo

go 1.11
go 1.12

require (
github.com/allegro/bigcache/v2 v2.2.3
Expand Down

0 comments on commit 766fb6a

Please sign in to comment.