Skip to content
This repository was archived by the owner on May 15, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
sudo: false
language: go
go:
- 1.11
- 1.12
- 1.13
- 1.14
- 1.15
- tip
go_import_path: github.com/Shopify/go-cache

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Inspired from https://github.com/gookit/cache, but designed to be wrapped, simil

# Requirements

- [Go 1.10+](http://golang.org/dl/)
- [Go 1.13+](http://golang.org/dl/)

# Installation

Expand Down
2 changes: 1 addition & 1 deletion dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: go-cache

up:
- go:
version: "1.13.5"
version: "1.15.2"
modules: true
tools:
- github.com/alecthomas/gometalinter
Expand Down