-
-
Notifications
You must be signed in to change notification settings - Fork 966
[client/management/signal/relay] Update go.mod to use Go 1.24.10 and upgrade x/crypto dependencies #4828
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
Merged
[client/management/signal/relay] Update go.mod to use Go 1.24.10 and upgrade x/crypto dependencies #4828
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
7ca63c0
[misc] Update go.mod to use Go 1.24.10 and upgrade x/crypto dependencies
mlsmaycon 181b370
[misc] Bump GitHub Actions workflows to Go 1.24.x
mlsmaycon 74667d9
[misc] Update GitHub Actions workflows to use `go-version-file` direc…
mlsmaycon 737a258
[misc] Reorder "Checkout code" step in GitHub Actions workflows and b…
mlsmaycon 4832a0a
update sum
mlsmaycon 0f0548e
update wasm size check
mlsmaycon 3f002cc
reorder checkout
mlsmaycon 4d08cdb
fix non-constant format string and docker update
mlsmaycon a449cd9
use larger runner
mlsmaycon 38972d3
Fix system account detection
lixmal 96d57f6
Fix lint
lixmal 0764f1b
[misc] Update `gomobile` and various Go module dependencies
mlsmaycon 10439a7
Merge branch 'main' into update-go
mlsmaycon 07c5235
Merge branch 'update-go' into update-gomobile
mlsmaycon e430e37
[misc] Bump `gomobile` version in mobile-build-validation workflow
mlsmaycon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
|---|---|---|
|
|
@@ -20,7 +20,7 @@ jobs: | |
| - name: Install Go | ||
| uses: actions/setup-go@v5 | ||
| with: | ||
| go-version: "1.23.x" | ||
| go-version-file: "go.mod" | ||
| - name: Setup Android SDK | ||
| uses: android-actions/setup-android@v3 | ||
| with: | ||
|
|
@@ -39,7 +39,7 @@ jobs: | |
| - name: Setup NDK | ||
| run: /usr/local/lib/android/sdk/cmdline-tools/7.0/bin/sdkmanager --install "ndk;23.1.7779620" | ||
| - name: install gomobile | ||
| run: go install golang.org/x/mobile/cmd/[email protected]20240404231514-09dbf07665ed | ||
| run: go install golang.org/x/mobile/cmd/[email protected]20251113184115-a159579294ab | ||
coderabbitai[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| - name: gomobile init | ||
| run: gomobile init | ||
| - name: build android netbird lib | ||
|
|
@@ -56,9 +56,9 @@ jobs: | |
| - name: Install Go | ||
| uses: actions/setup-go@v5 | ||
| with: | ||
| go-version: "1.23.x" | ||
| go-version-file: "go.mod" | ||
| - name: install gomobile | ||
| run: go install golang.org/x/mobile/cmd/[email protected]20240404231514-09dbf07665ed | ||
| run: go install golang.org/x/mobile/cmd/[email protected]20251113184115-a159579294ab | ||
| - name: gomobile init | ||
| run: gomobile init | ||
| - name: build iOS netbird lib | ||
|
|
||
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.