From 1cd83a4e240c2fcbce3d6e6aba59f95197ad385e Mon Sep 17 00:00:00 2001 From: Dustin Oprea Date: Mon, 3 Oct 2022 13:02:07 -0400 Subject: [PATCH] Limit CI to >=1.17 --- .travis.yml | 9 +++------ README.md | 5 +++++ 2 files changed, 8 insertions(+), 6 deletions(-) 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