Skip to content

Commit

Permalink
chore: remove redundant env var in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Dec 4, 2024
1 parent 1b5bfb4 commit ccc96f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ mod-tidy:

.PHONY: build
build:
GOVERSION=$$(go version) \
goreleaser build --clean --debug --single-target --snapshot
goreleaser build --clean --debug --single-target --snapshot

.PHONY: lint
lint:
Expand Down

0 comments on commit ccc96f5

Please sign in to comment.