Skip to content

Commit efe2fb2

Browse files
committed
chore: remove redundant GOVERSION env var
1 parent 00113e3 commit efe2fb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ generate: mod-tidy
1414

1515
.PHONY: build
1616
build:
17-
GOVERSION=$$(go version) \
18-
goreleaser build --clean --debug --single-target --snapshot
17+
goreleaser build --clean --debug --single-target --snapshot
1918

2019
.PHONY: lint
2120
lint:

0 commit comments

Comments
 (0)