From 2319385992272f195200b50de9b857ba80ccb6d2 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 6 Dec 2022 03:38:39 +0000 Subject: [PATCH] test: fix trivy and codespell github action failure --- .github/workflows/codespell.yml | 2 +- .github/workflows/trivy.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 6466c09e..8ef8440b 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -12,4 +12,4 @@ jobs: - uses: codespell-project/actions-codespell@master with: check_filenames: true - skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh + skip: ./.git,./.github/workflows/codespell.yml,.git,*.png,*.jpg,*.svg,*.sum,./vendor,go.sum,./release-tools/prow.sh,./client/vendor diff --git a/.github/workflows/trivy.yaml b/.github/workflows/trivy.yaml index 21f6b47c..c7610530 100644 --- a/.github/workflows/trivy.yaml +++ b/.github/workflows/trivy.yaml @@ -15,7 +15,7 @@ jobs: - name: Install go uses: actions/setup-go@v2 with: - go-version: ^1.16 + go-version: ^1.19 - name: Build images from Dockerfile run: |