Skip to content

Commit c6fe67a

Browse files
committed
workflows: Tweak setup-go arguments
* Fix the cache path * set go-version-file so we use a compatible go version Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 98e4829 commit c6fe67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ jobs:
5252
- name: Set up Go
5353
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
5454
with:
55-
cache-dependency-path: "clients/go-tuf-metadata/go.sum"
56-
55+
cache-dependency-path: "clients/go-tuf/go.sum"
56+
go-version-file: "clients/go-tuf/go.mod"
5757
- name: Build client wrapper
5858
run: cd clients/go-tuf && go build .
5959

0 commit comments

Comments
 (0)