forked from moonrepo/moon
-
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.
new: Upgrade to proto v0.26. (moonrepo#1244)
* Update proto. * Update tests. * Bump dep. * Delete shims. * Update CI. * Use pwsh. * List shims. * Bump again. * Bump again.
- Loading branch information
Showing
12 changed files
with
113 additions
and
66 deletions.
There are no files selected for viewing
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
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
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 |
---|---|---|
|
@@ -76,10 +76,10 @@ jobs: | |
cache-base: '^(master|develop-)' | ||
components: llvm-tools-preview | ||
- uses: moonrepo/setup-toolchain@v0 | ||
if: ${{ runner.os == 'Linux' }} | ||
with: | ||
auto-install: true | ||
proto-version: '0.25.3' # Keep in sync | ||
cache: ${{ runner.os == 'Linux' }} | ||
proto-version: '0.26.3' # Keep in sync | ||
- uses: mozilla-actions/[email protected] | ||
- name: Checking coverage status | ||
id: coverage | ||
|
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
# These are used by tests that require the tools | ||
# to exist in the environment! | ||
bun = "1.0.15" | ||
# bun = "1.0.15" | ||
node = "20.8.0" | ||
npm = "10.1.0" |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.