Skip to content

Commit

Permalink
ci: stop reuse cache with different go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 14, 2024
1 parent dd54b7a commit 8dc04ce
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ jobs:
key: go-cache-122-${{ hashFiles('**/go.sum') }}-build
restore-keys: |
go-cache-122-${{ hashFiles('**/go.sum') }}-
go-cache-122-
- name: Install Task
uses: arduino/setup-task@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
key: go-cache-122-${{ hashFiles('**/go.sum') }}-lint
restore-keys: |
go-cache-122-${{ hashFiles('**/go.sum') }}-
go-cache-122-
- run: go get -t ./...

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
key: go-cache-122-${{ hashFiles('**/go.sum') }}-build
restore-keys: |
go-cache-122-${{ hashFiles('**/go.sum') }}-
go-cache-122-
- run: echo "SHA=${GITHUB_REF##*/}" >> $GITHUB_ENV
if: "${{ startsWith(github.ref, 'refs/tags/') }}"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
key: go-cache-122-${{ hashFiles('**/go.sum') }}-test
restore-keys: |
go-cache-122-${{ hashFiles('**/go.sum') }}-
go-cache-122-
- run: go get -t ./...

Expand Down

0 comments on commit 8dc04ce

Please sign in to comment.