From 61c91753ec8281d2f45db4d2d635509c8b262bcd Mon Sep 17 00:00:00 2001 From: coderzc Date: Tue, 21 May 2024 11:20:57 +0800 Subject: [PATCH] Bump go for trivy ci to 1.21 --- .github/workflows/ci-trivy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-trivy.yml b/.github/workflows/ci-trivy.yml index a7fdd531..ce06e55f 100644 --- a/.github/workflows/ci-trivy.yml +++ b/.github/workflows/ci-trivy.yml @@ -12,10 +12,10 @@ jobs: scan-vulnerabilities: runs-on: ubuntu-latest steps: - - name: Set up Go 1.18 + - name: Set up Go 1.21 uses: actions/setup-go@v1 with: - go-version: 1.18 + go-version: 1.21 id: go - name: Check out code into the Go module directory