Explorar el Código

Enable caching for govulncheck

tags/v2.2.0^2^2
9seconds hace 1 mes
padre
commit
ad945c77a9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      .github/workflows/govulncheck.yml

+ 1
- 0
.github/workflows/govulncheck.yml Ver fichero

@@ -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…
Cancelar
Guardar