diff --git a/.travis.yml b/.travis.yml index 162896e..c8425ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index 972d584..7d03aaf 100644 --- a/README.md +++ b/README.md @@ -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