gphotosuploader / google-photos-api-client-go

Google Photos API client for your Go apps
https://pkg.go.dev/github.com/gphotosuploader/google-photos-api-client-go/v3
MIT License
41 stars 20 forks source link

Deprecate go-1-11 support in favor of go-1-13 #30

Closed pacoorozco closed 5 years ago

pacoorozco commented 5 years ago

What issue type does this pull request address? enhancement

What is this pull request for? Once Go 1.13 has been released, the previous Go 1.11 support is deprecated. This project will maintain compatibility with the last two Go major versions published: currently 1.12 and 1.13.

Does this pull request has user-facing changes? Requirements to compile are now Go 1.12+

codecov-io commented 5 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   39.02%   39.02%           
=======================================
  Files          10       10           
  Lines         328      328           
=======================================
  Hits          128      128           
  Misses        194      194           
  Partials        6        6
Impacted Files Coverage Δ
lib-gphotos/albums.go 0% <ø> (ø) :arrow_up:
lib-gphotos/internal/uploader/upload.go 0% <0%> (ø) :arrow_up:
lib-gphotos/retries.go 0% <0%> (ø) :arrow_up:
lib-gphotos/uploads.go 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9791c40...30bfb2c. Read the comment docs.