Skip to content

Commit

Permalink
Merge pull request #249 from vim-volt/devel
Browse files Browse the repository at this point in the history
Release v0.3.5a
  • Loading branch information
tyru authored Oct 26, 2018
2 parents 0221be8 + c1beac8 commit dd1a16c
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 24 deletions.
67 changes: 58 additions & 9 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ release: $(BIN_DIR)/$(NAME)
exe=$$exe.exe; \
fi; \
echo "Creating $$exe ... (os=$$os, arch=$$arch)"; \
GOOS=$$os GOARCH=$$arch go build -tags netgo -installsuffix netgo -ldflags "$(RELEASE_LDFLAGS)" -o $$exe; \
GOOS=$$os GOARCH=$$arch GO111MODULE=off go build -tags netgo -installsuffix netgo -ldflags "$(RELEASE_LDFLAGS)" -o $$exe; \
done; \
done

Expand Down
28 changes: 14 additions & 14 deletions vendor/github.com/xanzy/ssh-agent/pageant_windows.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd1a16c

Please sign in to comment.