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

build: upgrade from Go 1.15.5 -> 1.15.6 #9686

Merged
merged 1 commit into from
Jan 4, 2021
Merged

build: upgrade from Go 1.15.5 -> 1.15.6 #9686

merged 1 commit into from
Jan 4, 2021

Conversation

schmichael
Copy link
Member

Also updated scripts/update_golang_version.sh to handle new CircleCI
file layout.

@vercel vercel bot temporarily deployed to Preview – nomad December 18, 2020 18:35 Inactive
@vercel vercel bot temporarily deployed to Preview – nomad-storybook-and-ui December 18, 2020 18:35 Inactive
@@ -9,16 +9,19 @@ fi

golang_version="$1"

current_version=$(grep -o -e 'golang:[.0-9]*' .circleci/config.yml | head -n1 | cut -d: -f2)
current_version=$(grep -o -E -e '/golang:[.0-9]+' .circleci/config.yml | head -n1 | cut -d: -f2)
Copy link
Member Author

Choose a reason for hiding this comment

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

Old regex matched the install-golang: lines in config.yml.

I think only the / prefix or the -E and + are required, not both. Let me know if I should simpify it.

scripts/update_golang_version.sh Outdated Show resolved Hide resolved
Also updated scripts/update_golang_version.sh to handle new CircleCI
file layout.
@vercel vercel bot temporarily deployed to Preview – nomad January 4, 2021 16:34 Inactive
@vercel vercel bot temporarily deployed to Preview – nomad-storybook-and-ui January 4, 2021 16:34 Inactive
@schmichael schmichael merged commit 3f73848 into master Jan 4, 2021
@schmichael schmichael deleted the golang1.15.6 branch January 4, 2021 20:07
@github-actions
Copy link

github-actions bot commented Dec 5, 2022

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants