Skip to content

Commit 64e108b

Browse files
author
Franck Rupin
authored
Merge pull request #108 from digitalocean/franckrupin-patch-ci
Update go.yml
2 parents 442ae6c + 3bd3724 commit 64e108b

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)