Skip to content
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

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Update go updates #69

merged 1 commit into from
Jun 10, 2024

Conversation

platform-engineering-bot
Copy link
Contributor

@platform-engineering-bot platform-engineering-bot commented Dec 11, 2023

This PR contains the following updates:

Package Type Update Change
github.com/fxamacker/cbor/v2 require minor v2.5.0 -> v2.6.0
go.arcalot.io/assert require minor v1.6.0 -> v1.8.0
golang.org/x/text require minor 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

🚀 Notable Optimizations

🛠 Improvements

🐞 Bug Fixes

📖 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 Assertions

Compare 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.21

Compare Source

What's Changed

New Contributors

Full Changelog: arcalot/go-assert@v1.6.1...v1.7.0

v1.6.1

Compare Source

What's Changed

New 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@platform-engineering-bot platform-engineering-bot changed the title Update module golang.org/x/text to v0.14.0 Update go updates Jan 5, 2024
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/go-updates branch 3 times, most recently from 70b8a6b to 8f692fd Compare February 5, 2024 15:16
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/go-updates branch 2 times, most recently from 944be64 to 96ebc59 Compare February 6, 2024 22:15
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/go-updates branch 3 times, most recently from 045347c to 07fc01a Compare February 19, 2024 14:15
@platform-engineering-bot platform-engineering-bot force-pushed the renovate/go-updates branch 2 times, most recently from b7ef846 to 0ca78f2 Compare April 15, 2024 21:01
@platform-engineering-bot
Copy link
Contributor Author

platform-engineering-bot commented Apr 15, 2024

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
/bin/sh: line 1: go: command not found

File name: cmd/arcaflow-codegen/go.sum
Command failed: go get -d -t ./...
/bin/sh: line 1: go: command not found

Copy link
Contributor

@webbnh webbnh left a 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.

cmd/arcaflow-codegen/go.mod Outdated Show resolved Hide resolved
Signed-off-by: Platform Engineering Bot <[email protected]>
@webbnh webbnh force-pushed the renovate/go-updates branch from a4a13fa to 49386c1 Compare June 10, 2024 17:45
Copy link
Contributor

@webbnh webbnh left a 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.

@webbnh webbnh merged commit 548d77d into main Jun 10, 2024
3 checks passed
@webbnh webbnh deleted the renovate/go-updates branch June 10, 2024 17:48
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.

3 participants