Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit bee660e

Browse files
committed
cleanup
1 parent bca5b04 commit bee660e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
export GO_VERSION=$(go version | awk '{print $3;}')
2+
13
.PHONY: go-test
24
go-test:
35
@go test -race -v -cover ./...
46

7+
# Release
8+
.PHONY: release
9+
release:
10+
@goreleaser --rm-dist
11+
512
# Create dist only locally
613
.PHONY: release-check
714
release-check:

0 commit comments

Comments
 (0)