Skip to content

Feature/update to go 1.17 - #223

Open
aidan-mundy wants to merge 16 commits into
dnephin:mainfrom
aidan-mundy-forks:feature/update-to-go-1.17
Open

Feature/update to go 1.17#223
aidan-mundy wants to merge 16 commits into
dnephin:mainfrom
aidan-mundy-forks:feature/update-to-go-1.17

Conversation

@aidan-mundy

Copy link
Copy Markdown
Contributor

Updates a lot of dependencies and dockerfiles in the project to use the (near) latest versions.

Includes the changes from #219 #220 #221 #222 because some of them were required for proper operation, and I didn't feel like messing around with the git history. I can separate them out if requested. I would suggest reviewing and merging those PRs before this one.

@dnephin dnephin left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thanks! I think these updates looks good. I'll take another look once all the other PRs are merged and this is rebased to reduce the diff.

@aidan-mundy
aidan-mundy force-pushed the feature/update-to-go-1.17 branch from 5c71ae6 to 79863c9 Compare October 23, 2021 22:06
@aidan-mundy

Copy link
Copy Markdown
Contributor Author

Should be all set @dnephin. Forgot to mention in the OP that this MR was built and tested using itself, I haven't tested building it with an older version of Dobi, but it should be fine.

@dnephin dnephin left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Thanks for upgarding all of these things! Just one request for changing moby/moby back to docker/docker to remove the duplicate sources.

Comment thread go.mod
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
github.com/lithammer/dedent v1.1.0
github.com/metakeule/fmtdate v1.1.2
github.com/moby/moby v20.10.9+incompatible

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

I'm not sure about using moby/moby here. Does docker/docker not work? All the imports at moby/moby are still docker: ex: https://github.com/moby/moby/blob/master/image/image.go#L1

And we have github.com/docker/docker v20.10.9+incompatible below, which makes me think this is not being included twice. I think we should import docker/docker and use it as the module as well.

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.

2 participants