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

Update go.mod to have go1.17 as the minmium version #289

Merged
merged 2 commits into from Apr 8, 2022

Conversation

manugupt1
Copy link
Contributor

  • The Dockerfile already builds for go1.17. Therefore updating the go.mod to go1.17.
  • Update README instructions to use go install instead of go get as go get won't add executable binaries in the future.

@manugupt1 manugupt1 force-pushed the go-1.17 branch 5 times, most recently from 73146c4 to 524fce6 Compare March 1, 2022 05:03
@@ -93,8 +93,7 @@ jobs:
- name: "Check out"
uses: actions/checkout@v2
- name: "Build integration test image"
# Docker 20.10.x builds RootlessKit with Go 1.16 (as of Docker 20.10.11), so we use Go 1.16 as well here.
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh thanks! I can close this PR or are there bits that seem okay to you and I should keep

Copy link
Member

Choose a reason for hiding this comment

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

Docker 20.10.15 will use Go 1.17, so we can drop 1.16 (and add 1.17 instead)

@AkihiroSuda
Copy link
Member

LGTM now, but could you rebase?
#289 (comment)

Update go.mod to specify go1.17 as the minimum go version.
Also run go mod tidy on it.

Signed-off-by: Manu Gupta <manugupt1@gmail.com>
Signed-off-by: Manu Gupta <manugupt1@gmail.com>
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

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

Thanks

@AkihiroSuda AkihiroSuda merged commit b3a178e into rootless-containers:master Apr 8, 2022
@manugupt1 manugupt1 deleted the go-1.17 branch April 8, 2022 15:51
@AkihiroSuda AkihiroSuda added this to the v1.0.1 milestone May 2, 2022
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.

None yet

2 participants