Support building with multiple Go installations #78

Manually merged
sloum merged 1 commits from support-different-go-versions into develop 2019-11-07 05:57:08 +00:00
Collaborator

I feel a bit weird pushing something with 3 lines, but it seems distinct from everything else at the moment.

The makefile now has the GOCMD variable for building with different versions of Go.

I set this up so that we can test against Go 1.11. It can be installed in the following way:

$ go get golang.org/dl/go1.11.13
$ go1.11.13 download

Then, execute the makefile in the following way:

$ make GOCMD=go1.11.13
go1.11.13 build ...

This should work for any version of Go.

If you agree with this, should I add some info to the README?

I feel a bit weird pushing something with 3 lines, but it seems distinct from everything else at the moment. The makefile now has the GOCMD variable for building with different versions of Go. I set this up so that we can test against Go 1.11. It can be installed in the following way: ```shell $ go get golang.org/dl/go1.11.13 $ go1.11.13 download ``` Then, execute the makefile in the following way: ```shell $ make GOCMD=go1.11.13 go1.11.13 build ... ``` This should work for any version of Go. If you agree with this, should I add some info to the README?
asdf self-assigned this 2019-11-07 02:39:08 +00:00
sloum was assigned by asdf 2019-11-07 02:39:08 +00:00
asdf added the
enhancement
build
labels 2019-11-07 02:39:08 +00:00
Owner

Yes. This is great. Adding to the readme would be wonderful. You've been finding really cool stuff. I had no idea about being able to get other versions of go so easily. Very cool and a good addition to the makefile.

Yes. This is great. Adding to the readme would be wonderful. You've been finding really cool stuff. I had no idea about being able to get other versions of go so easily. Very cool and a good addition to the makefile.
Owner

I'll merge in. This is solid.

I'll merge in. This is solid.
sloum closed this pull request 2019-11-07 05:57:08 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sloum/bombadillo#78
No description provided.