mirror of https://github.com/dsoprea/go-exif.git
Limit CI to >=1.17
parent
1dda18f2dc
commit
1cd83a4e24
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue