Skip to content

Add 1.17-rc #371

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

Merged
merged 1 commit into from
Jun 10, 2021
Merged

Add 1.17-rc #371

merged 1 commit into from
Jun 10, 2021

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 10, 2021

No description provided.

Comment on lines -92 to +98
apk del --no-network .build-deps; \
\
# pre-compile the standard library, just like the official binary release tarballs do
go install std; \
# go install: -race is only supported on linux/amd64, linux/ppc64le, linux/arm64, freebsd/amd64, netbsd/amd64, darwin/amd64 and windows/amd64
# go install -race std; \
\
apk del --no-network .build-deps; \
\
Copy link
Member Author

Choose a reason for hiding this comment

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

For some reason, go install std in 1.17 needs gcc (where previous versions did not), hence this change. I'd love to find a good reference for why. 😅

@tianon tianon merged commit 6a48eee into docker-library:master Jun 10, 2021
@tianon tianon deleted the 1.17-rc branch June 10, 2021 19:26
docker-library-bot added a commit to docker-library-bot/official-images that referenced this pull request Jun 10, 2021
Changes:

- docker-library/golang@6a48eee: Merge pull request docker-library/golang#371 from infosiftr/1.17-rc
- docker-library/golang@94b50ae: Add 1.17-rc
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.

1 participant