From a317d4825c14249ba071c1206aeba41aed98acd5 Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Mon, 12 Feb 2024 09:53:36 -0500 Subject: [PATCH] chore: Install go on nightly package testing (#14754) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4ff607a7a..4c6ae9f0d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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")