Skip to content

Commit

Permalink
Merge pull request #314 from carapace-sh/nonposix-replace-work
Browse files Browse the repository at this point in the history
nonposix: replace using go.work
  • Loading branch information
rsteube authored Nov 10, 2024
2 parents 74184ac + 9993860 commit 0bd572d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: git config --global --add safe.directory '*'

- name: Replace dependency
run: go mod edit -replace github.com/spf13/pflag=github.com/carapace-sh/[email protected]
run: go work edit -replace github.com/spf13/pflag=github.com/carapace-sh/[email protected]

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 0bd572d

Please sign in to comment.