chore: Install go on nightly package testing (#14754)

This commit is contained in:
Joshua Powers 2024-02-12 09:53:36 -05:00 committed by GitHub
parent 6506eecc9b
commit a317d4825c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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")