Skip to content

Commit 1473de7

Browse files
committed
go get goreleaser without affecting d-m-d-l modules
1 parent d0f908a commit 1473de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run:
1717
name: Install tools
1818
command: |
19-
go get github.com/goreleaser/goreleaser
19+
GO111MODULE=off go get github.com/goreleaser/goreleaser
2020
- run:
2121
name: Run goreleaser
2222
command: goreleaser

0 commit comments

Comments
 (0)