Skip to content

Commit

Permalink
Move licensegen file under internal/tools (#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
sankari165 authored Nov 5, 2024
1 parent 8a62ac2 commit 6b2bc0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ $(BIN)/mockery: internal/tools/go.mod
$(call go_build_tool,github.com/vektra/mockery/v2,mockery)

# copyright header checker/writer. only requires stdlib, so no other dependencies are needed.
$(BIN)/copyright: internal/cmd/tools/copyright/licensegen.go
go build -mod=readonly -o $@ ./internal/cmd/tools/copyright/licensegen.go
$(BIN)/copyright: internal/tools/licensegen.go
go build -mod=readonly -o $@ ./internal/tools/licensegen.go

# ensures mod files are in sync for critical packages
$(BUILD)/go_mod_check: go.mod internal/tools/go.mod
Expand Down
File renamed without changes.

0 comments on commit 6b2bc0d

Please sign in to comment.