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.
1 parent 7f64848 commit 74c2b00Copy full SHA for 74c2b00
Makefile
@@ -83,8 +83,8 @@ build: pre
83
else
84
BUILD_BIN := /usr/code/bin/$(GOOS)/$(GOARCH)/$(BINNAME)
85
TEST_BIN := /usr/code/bin/$(GOOS)/$(GOARCH)/$(TESTNAME)
86
-RELEASE_BIN := /usr/code/bin/release
87
-GHRELEASE_BIN := /usr/code/bin/github-release
+RELEASE_BIN := /usr/code/.gobuild/bin/release
+GHRELEASE_BIN := /usr/code/.gobuild/bin/github-release
88
89
DOCKER_CMD = $(DOCKERCLI) run \
90
--rm \
deps/github.com/rs/zerolog/go.mod
@@ -1 +1,3 @@
1
module github.com/rs/zerolog
2
+
3
+go 1.13
0 commit comments