Skip to content

Conversation

@thaJeztah
Copy link
Contributor

This package now provides a Go module, but officially requires Go 1.12 and up; older versions of Go are deprecated (including Go 1.12 (but only recently)) so updating should be possible now.

See individual commits for details

Running `go mod tidy` produced a diff, and the `go.sum`
file was missing in source control:

https://github.com/golang/go/wiki/Modules#should-i-commit-my-gosum-file-as-well-as-my-gomod-file

> Should I commit my 'go.sum' file as well as my 'go.mod' file?
>
> Typically your module's go.sum file should be committed along with your go.mod file

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
Go versions 1.12 and below are deprecated. Go 1.12 has only recently
been deprecated, so keeping that version for now.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This package now officially requires Go 1.12 and up; older
versions of Go are deprecated (including Go 1.12 (but only
recently)) so updating should be possible now.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
"apt" is not a valid option in this file, and caching apt packages
is not recommended according to the Travis documentation:
https://docs.travis-ci.com/user/caching/#things-not-to-cache

> The cache’s purpose is to make installing language-specific dependencies
> easy and fast, so everything related to tools like Bundler, pip, Composer,
> npm, Gradle, Maven, is what should go into the cache.
>
> Large files that are quick to install but slow to download do not benefit
> from caching, as they take as long to download from the cache as from the original source:
>
> - Android SDKs
> - Debian packages
> - JDK packages
> - Compiled binaries
> - Docker images

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@thaJeztah thaJeztah changed the title dependencies: update github.com/cenkalti/backoff v4.0.0, and drop Go < 1.12 update github.com/cenkalti/backoff v4.0.0, and drop Go < 1.12 Mar 13, 2020
@thaJeztah thaJeztah marked this pull request as ready for review March 13, 2020 12:28
@thaJeztah
Copy link
Contributor Author

@CMogilko ptal 🤗

/cc @cquon thought I'd do a PR here (related to my review comments on notaryproject/notary#1537)

@CMogilko CMogilko merged commit ae5ca4b into rethinkdb:master Mar 15, 2020
@thaJeztah thaJeztah deleted the update_backoff branch March 15, 2020 11:09
@thaJeztah
Copy link
Contributor Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants