-
Notifications
You must be signed in to change notification settings - Fork 39
chore: bump gst-version to v0.18.0-dev #419
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
Conversation
chore: bump gst-version
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.
Pull Request Overview
Bump go-state-types version metadata to the next development version to align with the linked issue.
- Update version string to v0.18.0-dev
- No code changes; only metadata update in version.json
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #419 +/- ##
=======================================
Coverage 3.64% 3.64%
=======================================
Files 802 802
Lines 221763 221763
=======================================
Hits 8094 8094
Misses 211101 211101
Partials 2568 2568 🚀 New features to boost your workflow:
|
|
Suggested version: Changes in configuration file(s): diff --git a/go.mod b/go.mod
index 1759d38..08b1050 100644
--- a/go.mod
+++ b/go.mod
@@ -1,8 +1,6 @@
module github.com/filecoin-project/go-state-types
-go 1.23.0
-
-toolchain go1.24.2
+go 1.24.0
retract v0.12.7 // wrongfully skipped a patch version, use v0.12.6 or v0.12.8&^
@@ -12,18 +10,18 @@ require (
github.com/filecoin-project/go-bitfield v0.2.4
github.com/filecoin-project/go-commp-utils/v2 v2.1.0
github.com/filecoin-project/go-hamt-ipld/v3 v3.4.1
- github.com/ipfs/go-block-format v0.2.0
+ github.com/ipfs/go-block-format v0.2.3
github.com/ipfs/go-cid v0.5.0
- github.com/ipfs/go-ipld-cbor v0.2.0
+ github.com/ipfs/go-ipld-cbor v0.2.1
github.com/ipld/go-ipld-prime v0.21.0
github.com/minio/sha256-simd v1.0.1
github.com/multiformats/go-multibase v0.2.0
github.com/multiformats/go-multihash v0.2.3
- github.com/multiformats/go-varint v0.0.7
- github.com/stretchr/testify v1.10.0
+ github.com/multiformats/go-varint v0.1.0
+ github.com/stretchr/testify v1.11.1
github.com/whyrusleeping/cbor-gen v0.3.1
- golang.org/x/crypto v0.38.0
- golang.org/x/sync v0.14.0
+ golang.org/x/crypto v0.43.0
+ golang.org/x/sync v0.17.0
golang.org/x/xerrors v0.0.0-20240903120638-7835f813f4da
)
@@ -32,17 +30,17 @@ require (
github.com/filecoin-project/go-fil-commcid v0.2.0 // indirect
github.com/filecoin-project/go-fil-commp-hashhash v0.2.0 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
- github.com/ipfs/go-ipfs-util v0.0.3 // indirect
- github.com/ipfs/go-ipld-format v0.6.0 // indirect
- github.com/klauspost/cpuid/v2 v2.2.8 // indirect
+ github.com/ipfs/boxo v0.34.0 // indirect
+ github.com/ipfs/go-ipld-format v0.6.2 // indirect
+ github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/mr-tron/base58 v1.2.0 // indirect
github.com/multiformats/go-base32 v0.1.0 // indirect
github.com/multiformats/go-base36 v0.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/polydawn/refmt v0.89.0 // indirect
github.com/spaolacci/murmur3 v1.1.0 // indirect
- golang.org/x/sys v0.33.0 // indirect
+ golang.org/x/sys v0.37.0 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
- lukechampine.com/blake3 v1.3.0 // indirect
+ lukechampine.com/blake3 v1.4.1 // indirect
)
Automatically created GitHub ReleaseA draft GitHub Release has been created. |
closes: #416