Skip to content

Commit 6628beb

Browse files
authored
Merge pull request #195 from smlx/redundant-step
chore: remove redundant GOVERSION env var
2 parents 00113e3 + efe2fb2 commit 6628beb

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)