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: metal3-io/baremetal-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 63078ebe8ad4d1387318597769bdf1147abc58ba
Choose a base ref
..
head repository: metal3-io/baremetal-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e00f04fb06d7127ceff0069492c6bd9fe928db6b
Choose a head ref
Showing with 4 additions and 0 deletions.
  1. +4 −0 .github/workflows/dependabot.yml
4 changes: 4 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -38,6 +38,10 @@ jobs:
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: |
${{ runner.os }}-go-
- name: Install libvirt
run: |
sudo apt-get update
sudo apt-get install -y libvirt-dev
- name: Update all modules
run: make mod
- name: Update generated code