From d9d80eb703166b40691c2b6d7d5bf4e681e42b5f Mon Sep 17 00:00:00 2001 From: Gord Currie Date: Thu, 29 Oct 2020 09:40:38 -0500 Subject: [PATCH] Drop support for Go versions 1.7, 1.8, 1.9 (#117) - dropped versions 1.7, 1.8, and 1.9 from build matrix Co-authored-by: Gord Currie --- .travis.yml | 4 +--- README.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 947491d3..58154e59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,12 @@ language: go dist: bionic go: - - "1.7" - - "1.8" - - "1.9" - "1.10" - "1.11" - "1.12" - "1.13" - "1.14" + - "1.15" install: - make travis script: diff --git a/README.md b/README.md index 7569c2f5..23c7e0a1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ The new home of Conversio's Shopify Go library. [![Build Status](https://travis-ci.org/bold-commerce/go-shopify.svg?branch=master)](https://travis-ci.org/bold-commerce/go-shopify) [![codecov](https://codecov.io/gh/bold-commerce/go-shopify/branch/master/graph/badge.svg)](https://codecov.io/gh/bold-commerce/go-shopify) [![Join the chat at https://gitter.im/bold-commerce/go-shopify](https://badges.gitter.im/bold-commerce/go-shopify.svg)](https://gitter.im/bold-commerce/go-shopify?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +## Supported Go Versions + +This library has been tested against the following versions of Go +* 1.10 +* 1.11 +* 1.12 +* 1.13 +* 1.14 +* 1.15 + ## Install ```console