Skip to content

Commit 32bedba

Browse files
Merge pull request #895 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 04760a0 + 0ae945f commit 32bedba

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/taproot-assets/examples/basic-price-oracle/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module basic-price-oracle
22

3-
go 1.23.9
3+
go 1.23.12
44

55
// We want to format raw bytes as hex instead of base64. The forked version
66
// allows us to specify that as an option.

docs/taproot-assets/release-notes/release-notes-0.7.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,9 @@
183183

184184
## Code Health
185185

186+
- [The Golang version used was bumped to `v1.23.12` to fix a potential issue
187+
with the SQL API](https://github.com/lightninglabs/taproot-assets/pull/1713).
188+
186189
## Tooling and Documentation
187190

188191
- [Two new sequence diagrams were

0 commit comments

Comments
 (0)