chore: Install go on nightly package testing (#14754)
This commit is contained in:
parent
6506eecc9b
commit
a317d4825c
|
|
@ -386,6 +386,7 @@ jobs:
|
|||
- checkout
|
||||
- attach_workspace:
|
||||
at: '.'
|
||||
- run: sh ./scripts/installgo_linux.sh
|
||||
- run: ./scripts/install_incus.sh
|
||||
- run: cd tools/package_incus_test && go build
|
||||
- run: sudo ./tools/package_incus_test/package_incus_test --package $(find ./dist -name "*_amd64.deb")
|
||||
|
|
|
|||
Loading…
Reference in New Issue