Skip to content

Commit

Permalink
go.work example
Browse files Browse the repository at this point in the history
ENV=prod (default) builds without go.work
ENV != prod builds with go.work
  • Loading branch information
karol-kokoszka committed Nov 19, 2024
1 parent 3736cb0 commit 9333c43
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 @@ -40,7 +40,7 @@ fmt: ## Format source code

.PHONY: check
check: ## Perform static code analysis
check: .check-go-version .check-copyright .check-comments \
check: build .check-go-version .check-copyright .check-comments \
.check-log-capital-letter .check-timeutc .check-lint .check-vendor

.PHONY: .check-go-version
Expand Down

0 comments on commit 9333c43

Please sign in to comment.