diff --git a/Makefile b/Makefile index 2b009c8..e47da74 100644 --- a/Makefile +++ b/Makefile @@ -26,11 +26,11 @@ generate: tools @ go mod tidy .PHONY: build -build: $(NAME) ## Builds a dynamic package. +build: $(NAME) ## Builds a dynamic package. This is to be used for CI purposes only. $(NAME): $(wildcard *.go) $(wildcard */*.go) @echo "+ $@" - $(GO) build -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o $(NAME) . + $(GO) build -tags "$(BUILDTAGS)" ${GO_LDFLAGS} -o $(NAME) ./internal/generate/ all: generate test fmt lint staticcheck vet ## Runs a fmt, lint, test, staticcheck, and vet. diff --git a/VERSION_OMICRON b/VERSION_OMICRON index 438ea40..fa11ddf 100644 --- a/VERSION_OMICRON +++ b/VERSION_OMICRON @@ -1 +1 @@ -0dad016 \ No newline at end of file +rel/v14/rc1 \ No newline at end of file