chore(all): update all #315
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.16.3→v1.18.0v0.6.0→v0.9.0v0.8.1→v0.9.11.24.1→1.25.51.23→1.251.23-alpine→1.25-alpinev0.228.0→v0.258.0v1.71.0→v1.78.0Release Notes
googleapis/google-cloud-go (cloud.google.com/go/compute/metadata)
v0.9.0v0.8.0Compare Source
v0.7.0Compare Source
the
blog
post.
Note that although the Spanner service is beta, the Go client library is alpha.
pkg/errors (github.com/pkg/errors)
v0.9.1: errors 0.9.1Compare Source
pkg/errors 0.9.1 is a bug fix release for errors 0.9.0. This restore the previous behaviour on Cause method, this behaviour was changed on the PR: #215 and many breaking changes was produced by that.
v0.9.0: errors 0.9.0Compare Source
errors 0.9.0 is a preparation release for a 1.0 final release. Also we were working on removing support for Go 1.8, 1.9 and 1.10 and earlier, and become compatible this package with new way of errors on Go 1.13.
We tried to move into
runtime.CallerFramesbut this was not possible, you can show the explanation here: Issue 188.The motivation for do the backward compatible this package with Go 1.13 is that you can migrate the easy way for this to the new way.
Now you could use the methods,
IsandAs, and theUnwrap()interface like on the standard library.The method
Causeis now compatible withfmt.Errorf("%w", err)and with theUnwrap()interface.On the same way the methods related with
wrappingon this package now are compatible withCauseandUnwrap()interface.Improvements
.travis.ymlNow use make file.Bugs fixed
.travis.ymlAdjust Go versions. Thanks @komuw, @aperezggolang/go (go)
v1.25.5v1.25.4v1.25.3v1.25.2v1.25.1v1.25.0v1.24.11v1.24.10v1.24.9v1.24.8v1.24.7v1.24.6v1.24.5v1.24.4v1.24.3v1.24.2actions/go-versions (go)
v1.25.5: 1.25.5Compare Source
Go 1.25.5
v1.25.4: 1.25.4Compare Source
Go 1.25.4
v1.25.3: 1.25.3Compare Source
Go 1.25.3
v1.25.2: 1.25.2Compare Source
Go 1.25.2
v1.25.1: 1.25.1Compare Source
Go 1.25.1
v1.25.0: 1.25.0Compare Source
Go 1.25.0
v1.24.11: 1.24.11Compare Source
Go 1.24.11
v1.24.10: 1.24.10Compare Source
Go 1.24.10
v1.24.9: 1.24.9Compare Source
Go 1.24.9
v1.24.8: 1.24.8Compare Source
Go 1.24.8
v1.24.7: 1.24.7Compare Source
Go 1.24.7
v1.24.6: 1.24.6Compare Source
Go 1.24.6
v1.24.5: 1.24.5Compare Source
Go 1.24.5
v1.24.4: 1.24.4Compare Source
Go 1.24.4
v1.24.3: 1.24.3Compare Source
Go 1.24.3
v1.24.2: 1.24.2Compare Source
Go 1.24.2
v1.24.1: 1.24.1Compare Source
Go 1.24.1
v1.24.0: 1.24.0Compare Source
Go 1.24.0
googleapis/google-api-go-client (google.golang.org/api)
v0.258.0Compare Source
Features
v0.257.0Compare Source
Features
v0.256.0Compare Source
Features
v0.255.0Compare Source
Features
v0.254.0Compare Source
Features
v0.253.0Compare Source
Features
v0.252.0Compare Source
Features
v0.251.0Compare Source
Features
v0.250.0Compare Source
Features
v0.249.0Compare Source
Features
v0.248.0Compare Source
Features
v0.247.0Compare Source
Features
v0.246.0Compare Source
Features
Bug Fixes
v0.245.0Compare Source
Features
Bug Fixes
v0.244.0Compare Source
Features
v0.243.0Compare Source
Features
Bug Fixes
v0.242.0Compare Source
Features
v0.241.0Compare Source
Features
v0.240.0Compare Source
Features
v0.239.0Compare Source
Features
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.