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

bump golang to 1.20.1 to address buildvcs=true failure #168

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

wblew
Copy link
Contributor

@wblew wblew commented Feb 27, 2023

The older golang:1.19.3-alpine3.15 as builder is failing, due to the go build error 'error obtaining VCS status: exit status 128'.

Bumping the builder image to golang:1.20.1-alpine3.17 fixes this golang build failure.

The older golang:1.19.3-alpine3.15 as builder is failing, due to
the go build error 'error obtaining VCS status: exit status 128'.

Bumping the builder image to golang:1.20.1-alpine3.17  fixes
the this go build failure.
@wblew
Copy link
Contributor Author

wblew commented Feb 27, 2023

Perhaps this VCS status error is only present on my Mac Desktop Docker setup? In any event, my informal testing of using golang 1.20.1 on my home network setup went fine. My rationale: a version bump to the latest stable seems fairly low risk.

@eko eko merged commit 4a662b5 into eko:master Mar 1, 2023
@eko
Copy link
Owner

eko commented Mar 1, 2023

Thank you @wblew, I agree it’s always better to upgrade :)

@wblew wblew deleted the bump-golang-1_20 branch March 1, 2023 22:04
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