Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Go 1.11.4+ and Docker 18.09 pre-reqs #15

Merged
merged 2 commits into from
Jan 22, 2019

Conversation

SvenDowideit
Copy link
Contributor

mention you need DOcker 18.09 - #14 (this is probably something that can change, but its true atm)
also suggest go 1.11.4 - with 1.11.3 and 1.11.1 I got version missmatch errors from go mod - see moby/moby#38507 (comment)

Signed-off-by: Sven Dowideit SvenDowideit@home.org.au

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
README.md Outdated
@@ -57,7 +57,8 @@ Want to contribute to act? Awesome! Check out the [contributing guidelines](CONT

## Building from source

* Install Go tools 1.11+ - (https://golang.org/doc/install)
* Install Go tools 1.11.4+ - (https://golang.org/doc/install)
* Have a working Docker v18.09.1+ client - local/Docker for Mac/Docker for Windows

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be needed; the client can do API version negotiation; see docker/docs#7710 (comment)

(thinking of making an opt for that, or see if we can make it the default)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops, missed your note about that;

this is probably something that can change, but its true atm

☺️🤗

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @thaJeztah for the suggestions, i've incorporated that change just now to enable client negotiation on master

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SvenDowideit given the change i made to enable client negotiation, can you remove the requirement for having the docker client?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yup - I'll see if i can find something old to test on :)

@cplee cplee merged commit 1f5cf30 into nektos:master Jan 22, 2019
@SvenDowideit SvenDowideit deleted the go1.11.4-and-docker-18.09 branch January 22, 2019 23:13
makrsmark pushed a commit to makrsmark/act that referenced this pull request Aug 3, 2023
Fix nektos#15.

Reviewed-on: https://gitea.com/gitea/act/pulls/16
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Jason Song <i@wolfogre.com>
Co-committed-by: Jason Song <i@wolfogre.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants