-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 1.5.x go 1.14.15 #11397
Update 1.5.x go 1.14.15 #11397
Conversation
This pull request is being automatically deployed with Vercel (learn more). vault – ./website🔍 Inspect: https://vercel.com/hashicorp/vault/5eySTgZ6nMBC1LGfJ2V7KAY14ff6 [Deployment for fafe38f failed] vault-storybook – ./ui🔍 Inspect: https://vercel.com/hashicorp/vault-storybook/6ddsHbRkodyKjAmoqSzbnYCzzUFq [Deployment for fafe38f canceled] |
scripts/cross/Dockerfile
Outdated
@@ -21,7 +21,7 @@ RUN apt-get update -y && apt-get install -y -q nodejs yarn | |||
RUN rm -rf /var/lib/apt/lists/* | |||
|
|||
|
|||
ENV GOVERSION 1.13.8 | |||
ENV GOVERSION 1.14.15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't a documented change and also felt a bit off because its modified from 1.13.8
and not 1.14.7
. Is this correct? Unlike the newer release branches, there isn't a Dockerfile in release/1.4.x/scripts/docker
, which is why I went this route, but I am unsure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm reverting this, as previous PRs on this branch to update Go didn't modify this file.
No description provided.