소스 검색

Enable caching for govulncheck

tags/v2.2.0^2^2
9seconds 1 개월 전
부모
커밋
ad945c77a9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      .github/workflows/govulncheck.yml

+ 1
- 0
.github/workflows/govulncheck.yml 파일 보기

@@ -35,6 +35,7 @@ jobs:
35 35
       uses: actions/setup-go@v6
36 36
       with:
37 37
         go-version-file: go.mod
38
+        cache: true
38 39
 
39 40
     - name: Check for vulnerabilities
40 41
       run: |

Loading…
취소
저장