We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8aabeef + c8c16d8 commit 5cd7339Copy full SHA for 5cd7339
.goreleaser.yml
@@ -1,3 +1,4 @@
1
+project_name: lino
2
env:
3
- GO111MODULE=on
4
before:
Makefile
@@ -166,4 +166,5 @@ license: mkdir docker ## Scan dependencies and licenses
166
.PHONY: publish
167
publish: ## Publish binaries
168
BUILD_DATE=${BUILD_DATE} VERSION=${VERSION} \
169
- goreleaser release --rm-dist
+ goreleaser release --rm-dist
170
+ GO111MODULE=on go mod tidy
0 commit comments