Skip to content

Commit

Permalink
Drop support for Go versions 1.7, 1.8, 1.9 (bold-commerce#117)
Browse files Browse the repository at this point in the history
- dropped versions 1.7, 1.8, and 1.9 from build matrix

Co-authored-by: Gord Currie <[email protected]>
  • Loading branch information
gordcurrie and Gord Currie authored Oct 29, 2020
1 parent a817a50 commit d9d80eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9d80eb

Please sign in to comment.