Skip to content
This repository was archived by the owner on Apr 10, 2019. It is now read-only.

Commit 0e6b16c

Browse files
caarlos0alecthomas
authored andcommitted
using the $PWD env instead of hard-coding the path
1 parent 61db64b commit 0e6b16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ builds:
2929
goarch: *goarch
3030
env: &env
3131
- CGO_ENABLED=0
32-
- GOPATH=/Users/aat/.go/src/github.com/alecthomas/gometalinter/_linters
32+
- GOPATH=$PWD/_linters
3333
main: ./_linters/src/github.com/alecthomas/gocyclo
3434

3535
- binary: nakedret

0 commit comments

Comments
 (0)