Skip to content

Commit

Permalink
chore: fix build version for graphqlmetrics service
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Dec 9, 2023
1 parent a393f88 commit 863d43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphqlmetrics/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ lint:

VERSION?=dev
build:
CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags "-extldflags -static -X github.com/wundergraph/cosmo/graphqlmetrics.Version=$(VERSION)" -a -o graphqlmetrics cmd/main.go
CGO_ENABLED=0 GOOS=linux go build -trimpath -ldflags "-extldflags -static -X github.com/wundergraph/cosmo/graphqlmetrics/core.Version=$(VERSION)" -a -o graphqlmetrics cmd/main.go

.PHONY: dev test new-migration migrate build

0 comments on commit 863d43c

Please sign in to comment.