test: fix trivy and codespell github action failure

This commit is contained in:
andyzhangx
2022-12-06 03:38:39 +00:00
parent d2a15ce32b
commit 2319385992
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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: |