From 9791303c4f4c40fb24b8b534e7e69e974831a59f Mon Sep 17 00:00:00 2001 From: Ryan Zhang Date: Tue, 5 Sep 2023 12:06:39 -0700 Subject: [PATCH] fix pipeline image (#516) Co-authored-by: Ryan Zhang --- .pipeline/component-governance-detection.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipeline/component-governance-detection.yaml b/.pipeline/component-governance-detection.yaml index b2eac6127..4647d8285 100644 --- a/.pipeline/component-governance-detection.yaml +++ b/.pipeline/component-governance-detection.yaml @@ -10,7 +10,7 @@ trigger: - go.mod pool: - vmImage: ubuntu-18.04 + vmImage: ubuntu-latest steps: - bash: |