Skip to content

Commit 07dfbd8

Browse files
authored
Merge pull request #2081 from felixfontein/ci2
CI: Rearrange steps; disable setup-go's caching
2 parents af0168d + b6335f6 commit 07dfbd8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/cli.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,18 @@ jobs:
2828
VAULT_TOKEN: "root"
2929
VAULT_ADDR: "http://127.0.0.1:8200"
3030
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+
3136
- name: Set up Go ${{ matrix.go-version }}
3237
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
3338
with:
3439
go-version: ${{ matrix.go-version }}
40+
cache: false
3541
id: go
3642

37-
- name: Check out code into the Go module directory
38-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
39-
with:
40-
persist-credentials: false
41-
4243
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4344
with:
4445
path: ~/go/pkg/mod

0 commit comments

Comments
 (0)