Allow compatibility with Go 1.11

- To be generally more flexibility.
dustin/master
Dustin Oprea 2020-07-17 01:18:50 -04:00
parent 796ddda06f
commit 8596a87abf
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@ go:
- "1.14"
- "1.13"
- "1.12"
- "1.11"
env:
- GO111MODULE=on
install:

View File

@ -1,6 +1,6 @@
module github.com/dsoprea/go-exif/v3
go 1.13
go 1.11
// Development only
// replace github.com/dsoprea/go-logging => ../../go-logging