Skip to content

Commit

Permalink
update mod/work vendor command
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcping committed Sep 26, 2024
1 parent 1996e2f commit c50c6ad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion authorize/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default: build

build: fmtcheck
@go mod tidy
@go mod vendor
@go work vendor
@go build ./...

test: fmtcheck
Expand Down
2 changes: 1 addition & 1 deletion credentials/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default: build

build: fmtcheck
@go mod tidy
@go mod vendor
@go work vendor
@go build ./...

test: fmtcheck
Expand Down
2 changes: 1 addition & 1 deletion management/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default: build

build: fmtcheck
@go mod tidy
@go mod vendor
@go work vendor
@go build ./...

test: fmtcheck
Expand Down
2 changes: 1 addition & 1 deletion mfa/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default: build

build: fmtcheck
@go mod tidy
@go mod vendor
@go work vendor
@go build ./...

test: fmtcheck
Expand Down
2 changes: 1 addition & 1 deletion risk/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default: build

build: fmtcheck
@go mod tidy
@go mod vendor
@go work vendor
@go build ./...

test: fmtcheck
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate-module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else

go get -u ./...
go mod tidy
go mod vendor
go work vendor

else \
echo "pingone-$3.yml missing. Skipping"; \
Expand Down
2 changes: 1 addition & 1 deletion verify/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ default: build

build: fmtcheck
@go mod tidy
@go mod vendor
@go work vendor
@go build ./...

test: fmtcheck
Expand Down

0 comments on commit c50c6ad

Please sign in to comment.