Skip to content

Commit

Permalink
use list again
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-heilbron committed Aug 3, 2023
1 parent b04cf3d commit 0c98c83
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ runs:
uses: actions/cache@v3
with:
# https://github.com/actions/cache/blob/main/examples.md#go---modules
path:
- ${{ steps.go-cache-paths.outputs.go-build }}
- ${{ steps.go-cache-paths.outputs.go-mod }}
path: |
${{ steps.go-cache-paths.outputs.go-build }}
${{ steps.go-cache-paths.outputs.go-mod }}
key: ${{ runner.os }}-go-${{ steps.setup-go.outputs.go-version }}-${{ hashFiles('**/go.sum') }}

0 comments on commit 0c98c83

Please sign in to comment.