We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af0168d + b6335f6 commit 07dfbd8Copy full SHA for 07dfbd8
1 file changed
.github/workflows/cli.yml
@@ -28,17 +28,18 @@ jobs:
28
VAULT_TOKEN: "root"
29
VAULT_ADDR: "http://127.0.0.1:8200"
30
steps:
31
+ - name: Check out code into the Go module directory
32
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
33
+ with:
34
+ persist-credentials: false
35
+
36
- name: Set up Go ${{ matrix.go-version }}
37
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
38
with:
39
go-version: ${{ matrix.go-version }}
40
+ cache: false
41
id: go
42
- - name: Check out code into the Go module directory
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- with:
- persist-credentials: false
-
43
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
44
45
path: ~/go/pkg/mod
0 commit comments