-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update go updates #69
Conversation
fc2bce3
to
e3cb2eb
Compare
e3cb2eb
to
5687338
Compare
70b8a6b
to
8f692fd
Compare
944be64
to
96ebc59
Compare
045347c
to
07fc01a
Compare
07fc01a
to
78380c7
Compare
78380c7
to
e801784
Compare
e801784
to
979b801
Compare
979b801
to
73d3bd3
Compare
b7ef846
to
0ca78f2
Compare
⚠ Artifact update problemRenovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum
File name: cmd/arcaflow-codegen/go.sum
|
0ca78f2
to
a4a13fa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know whether updating cmd/arcaflow-codegen/go.mod
's Golang dependency will help the lint problem, but, unless there is a reason to the contrary, it should probably be set to match the rest of ARCA.
Signed-off-by: Platform Engineering Bot <[email protected]>
a4a13fa
to
49386c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I manually updated the Go version in cmd/arcaflow-codegen/go.mod
and manually ran go mod tidy
to generate the go.sum
files, since the bot seems unwilling to touch this PR since the last error in May.
This PR contains the following updates:
v2.5.0
->v2.6.0
v1.6.0
->v1.8.0
v0.14.0
->v0.15.0
Release Notes
fxamacker/cbor (github.com/fxamacker/cbor/v2)
v2.6.0
Compare Source
This release adds important new features, optimizations, bug fixes, and 3 new contributors. Fuzz tests passed 5+ billion execs for CBOR encoding and decoding functions. Minimum officially supported Go is bumped to Go 1.17.
⭐ Features and Optimizations
interface{}
as*big.Int
by @fxamacker in https://github.com/fxamacker/cbor/pull/456interface{}
by @fxamacker in https://github.com/fxamacker/cbor/pull/457any
by @ssuriyan7 in https://github.com/fxamacker/cbor/pull/475🚀 Notable Optimizations
Improve memory allocs 🗜️ and speed 🚀 of encoding maps by using Go 1.18-1.20 features by @dinhxuanvu in https://github.com/fxamacker/cbor/pull/468
📊 Benchmarks
benchstat
results provided by @dinhxuanvuNOTE: Go 1.17 is the minimum version supported by v2.6.0. Go 1.20+ will use optimizations introduced by PR 468.
🛠 Improvements
UnrecognizedTagToAny
option toTestDecOptions
by @fxamacker in https://github.com/fxamacker/cbor/pull/484🐞 Bug Fixes
*cbor.SimpleValue
by @fxamacker in https://github.com/fxamacker/cbor/pull/461📖 Docs and CI
New Contributors
Full Changelog: fxamacker/cbor@v2.5.0...v2.6.0
arcalot/go-assert (go.arcalot.io/assert)
v1.8.0
: : Improved Panic AssertionsCompare Source
This release adds more functions for asserting that a panic has occurred. They allow validating that the value in the panic has the expected value.
Pull Requests
Full Changelog: arcalot/go-assert@v1.7.0...v1.8.0
v1.7.0
: 1.7.0 Upgrade Golang to 1.21Compare Source
What's Changed
e12d46a
by @platform-engineering-bot in https://github.com/arcalot/go-assert/pull/22New Contributors
Full Changelog: arcalot/go-assert@v1.6.1...v1.7.0
v1.6.1
Compare Source
What's Changed
b4ffde6
by @platform-engineering-bot in https://github.com/arcalot/go-assert/pull/19New Contributors
Full Changelog: arcalot/go-assert@v1.6.0...v1.6.1
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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 has been generated by Renovate Bot.