Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Jan 20, 2025
1 parent b43b7bf commit 71576f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ check-dependency-licenses: FORCE install-go-licence-detector

goimports: FORCE
@printf "\e[1;36m>> goimports -w -local https://github.com/sapcc/concourse-swift-resource\e[0m\n"
@goimports -w -local https://github.com/sapcc/concourse-swift-resource internal/ $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...))
@goimports -w -local github.com/sapcc/concourse-swift-resource $(patsubst $(shell awk '$$1 == "module" {print $$2}' go.mod)%,.%/*.go,$(shell go list ./...))

clean: FORCE
git clean -dxf build
Expand Down

0 comments on commit 71576f5

Please sign in to comment.