Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lf-edge/eden
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c112a922f4e55b4777908c1c2eb66ce27728552b
Choose a base ref
..
head repository: lf-edge/eden
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b3e289eb474e2754eff48c4396975d7882f3380b
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/eden_gcp.yml
2 changes: 1 addition & 1 deletion .github/workflows/eden_gcp.yml
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v3
with:
go-version: '1.20'
go-version: '1.22'
- name: Check
run: |
for addr in $(ip addr list|sed -En -e 's/.*inet ([0-9.]+).*/\1/p')