Limit CI to >=1.17

pull/76/head
Dustin Oprea 2022-10-03 13:02:07 -04:00
parent 1dda18f2dc
commit 1cd83a4e24
No known key found for this signature in database
GPG Key ID: F8C248498A9BA56C
2 changed files with 8 additions and 6 deletions

View File

@ -1,12 +1,9 @@
language: go
go:
- master
- stable
- "1.14"
- "1.13"
- "1.12"
env:
- GO111MODULE=on
- "1.19"
- "1.18"
- "1.17"
install:
- go get -t ./...
script:

View File

@ -17,6 +17,11 @@ $ go get -t github.com/dsoprea/go-exif/v3
```
# Requirements
- Go >= 1.17: Due to a breakage with "go test", we only officially support 1.17 for testing/CI reasons. It may still work in earlier versions if such a need is critically required, however.
# Scope
This project is concerned only with parsing and encoding raw EXIF data. It does