Skip to content

Commit

Permalink
Point to new binary
Browse files Browse the repository at this point in the history
  • Loading branch information
chainchad committed Nov 25, 2024
1 parent 6c6c8be commit 9ec395a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-gomod-required-updater.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: gomod-required-updater
name: gomod-local-update

on:
pull_request:
Expand All @@ -12,5 +12,5 @@ jobs:
uses: ./.github/actions/setup-go
- name: Build binary
run: |
go build -o dist/gomod-required-updater \
./tools/gomod-required-updater/cmd/gomod-required-updater
go build -o dist/gomod-local-update \
./tools/gomod-local-update/cmd/gomod-local-update
6 changes: 3 additions & 3 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ gomods: ## Install gomods
go install github.com/jmank88/[email protected]

.PHONY: gomodslocalupdate
gomodslocalupdate: ## Run gomod-required-updater
go install ./tools/gomod-required-updater/cmd/gomod-required-updater
gomods -w gomod-required-updater
gomodslocalupdate: ## Run gomod-local-update
go install ./tools/gomod-local-update/cmd/gomod-local-update
gomods -w gomod-local-update
gomods tidy

.PHONY: mockery
Expand Down

0 comments on commit 9ec395a

Please sign in to comment.