Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
remove go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoCMoraes committed May 29, 2024
1 parent 62b213b commit c731b6b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: |
go mod edit -replace=github.com/zclconf/go-cty=github.com/nywilken/[email protected]
go mod tidy
- name: Go Build
env:
GOOS: ${{ matrix.goos }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/go-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- run: |
go mod edit -replace=github.com/zclconf/go-cty=github.com/nywilken/[email protected]
go mod tidy
- run: TESTARGS="-coverprofile=coverage.txt -covermode=atomic" make ci
# darwin-go-tests:
# runs-on: macos-latest
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/go-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: "1.21"
- run: |
go mod edit -replace=github.com/zclconf/go-cty=github.com/nywilken/[email protected]
go mod tidy
- run: echo "$GITHUB_SHA"
- run: git fetch --all
- run: echo $(git merge-base origin/main $GITHUB_SHA)
Expand Down

0 comments on commit c731b6b

Please sign in to comment.