mirror of
https://github.com/imjasonh/terraform-playground
synced 2026-07-16 12:42:57 +00:00
fix: correct go.mod replace directive timestamp and workflow cache path
This commit is contained in:
parent
68ea3d06be
commit
ab44593fa3
2 changed files with 3 additions and 2 deletions
3
.github/workflows/driftlessaf.yaml
vendored
3
.github/workflows/driftlessaf.yaml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
|||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version-file: driftlessaf/go.mod
|
||||
cache-dependency-path: driftlessaf/go.sum
|
||||
|
||||
- name: Run tests
|
||||
working-directory: driftlessaf
|
||||
|
|
@ -23,4 +24,4 @@ jobs:
|
|||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
with:
|
||||
working-directory: driftlessaf
|
||||
working-directory: driftlessaf
|
||||
Loading…
Add table
Add a link
Reference in a new issue