Skip to content

Commit dd1a16c

Browse files
authored
Merge pull request #249 from vim-volt/devel
Release v0.3.5a
2 parents 0221be8 + c1beac8 commit dd1a16c

File tree

3 files changed

+73
-24
lines changed

3 files changed

+73
-24
lines changed

Gopkg.lock

Lines changed: 58 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ release: $(BIN_DIR)/$(NAME)
3838
exe=$$exe.exe; \
3939
fi; \
4040
echo "Creating $$exe ... (os=$$os, arch=$$arch)"; \
41-
GOOS=$$os GOARCH=$$arch go build -tags netgo -installsuffix netgo -ldflags "$(RELEASE_LDFLAGS)" -o $$exe; \
41+
GOOS=$$os GOARCH=$$arch GO111MODULE=off go build -tags netgo -installsuffix netgo -ldflags "$(RELEASE_LDFLAGS)" -o $$exe; \
4242
done; \
4343
done
4444

vendor/github.com/xanzy/ssh-agent/pageant_windows.go

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)