Skip to content
This repository was archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
refactor: use orchestrator go.mod file in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
paralta committed Feb 6, 2024
1 parent aa9fa31 commit ab7a9cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# NOTE(chrisgacsal): Use actions/cache for caching Go dependency and build caches
# as if provides better flexibility like setting the cache key which reduces cache misses significantly.
cache: false
go-version-file: 'go.mod'
go-version-file: 'orchestrator/go.mod'

- name: Setup Go caching
uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# NOTE(chrisgacsal): Use actions/cache for caching Go dependency and build caches
# as if provides better flexibility like setting the cache key which reduces cache misses significantly.
cache: false
go-version-file: 'go.mod'
go-version-file: 'orchestrator/go.mod'

- name: Setup Go caching
uses: actions/cache/restore@v4
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
# NOTE(chrisgacsal): Use actions/cache for caching Go dependency and build caches
# as if provides better flexibility like setting the cache key which reduces cache misses significantly.
cache: false
go-version-file: 'go.mod'
go-version-file: 'orchestrator/go.mod'

- name: Setup Go caching
uses: actions/cache@v4
Expand Down

0 comments on commit ab7a9cb

Please sign in to comment.