From 703460c5f9128ba988696fbcd37cca12d0b80b1d Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Mon, 13 Feb 2023 07:23:10 +0000 Subject: [PATCH] test: fix trivy --- .github/workflows/trivy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 9b69f323..cb853130 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -10,12 +10,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install go - uses: actions/setup-go@v2 + uses: actions/setup-go@v3 with: - go-version: ^1.16 + go-version: ^1.19 - name: Build an image from Dockerfile run: |