Skip to content

Commit 3bd3724

Browse files
author
Franck Rupin
authored
Update go.yml
The Ci is broken due to an error while installing openvswitch through the debian packages. In order to avoid broken links, we must update the repositories before running the installation
1 parent 442ae6c commit 3bd3724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020

2121
- name: OVS setup
2222
run: |
23+
sudo apt-get update
2324
sudo apt install openvswitch-switch
2425
sudo ovs-vsctl add-br ovsbr0
2526
@@ -62,4 +63,4 @@ jobs:
6263
sudo ./ovsdb.test -test.v
6364
echo "=========START SECURITY SCANNING============"
6465
go install github.com/praetorian-inc/gokart@latest
65-
gokart scan
66+
gokart scan

0 commit comments

Comments
 (0)