We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e4829 commit c6fe67aCopy full SHA for c6fe67a
.github/workflows/ci.yml
@@ -52,8 +52,8 @@ jobs:
52
- name: Set up Go
53
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
54
with:
55
- cache-dependency-path: "clients/go-tuf-metadata/go.sum"
56
-
+ cache-dependency-path: "clients/go-tuf/go.sum"
+ go-version-file: "clients/go-tuf/go.mod"
57
- name: Build client wrapper
58
run: cd clients/go-tuf && go build .
59
0 commit comments