mirror of https://github.com/dsoprea/go-exif.git
Limit CI to >=1.17
parent
1dda18f2dc
commit
1cd83a4e24
|
@ -1,12 +1,9 @@
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- master
|
|
||||||
- stable
|
- stable
|
||||||
- "1.14"
|
- "1.19"
|
||||||
- "1.13"
|
- "1.18"
|
||||||
- "1.12"
|
- "1.17"
|
||||||
env:
|
|
||||||
- GO111MODULE=on
|
|
||||||
install:
|
install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
script:
|
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
|
# Scope
|
||||||
|
|
||||||
This project is concerned only with parsing and encoding raw EXIF data. It does
|
This project is concerned only with parsing and encoding raw EXIF data. It does
|
||||||
|
|
Loading…
Reference in New Issue