-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump to Holochain 0.3.6 * More updates to 0.3.6 * Install Holochain locked * Use newer Go version * Correct file extension for dependabot
- Loading branch information
1 parent
1edd136
commit 75955b4
Showing
7 changed files
with
575 additions
and
530 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,13 +54,13 @@ jobs: | |
|
||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: '^1.21.10' | ||
go-version: '^1.22.3' | ||
|
||
- uses: Swatinem/rust-cache@v2 | ||
|
||
- name: Run CLI tests | ||
run: | | ||
cargo install [email protected].4 | ||
cargo install [email protected].6 --locked | ||
cargo build --release --target wasm32-unknown-unknown | ||
hc app pack workdir --recursive | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.