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

make bumping Go easier #32

Merged
merged 1 commit into from
Jul 23, 2024
Merged

Conversation

crhntr
Copy link
Member

@crhntr crhntr commented Feb 14, 2024

Now you do not need to update the workflow when you bumpg Go. You just need to run something like go mod edit -go=1.22 && go mod tidy && git add go.* && git commit -m 'bump Go' && git push with the latest Go version

This change also bumps the versions of the Checkout and Unit Test Output steps

now you do not need to update the workflow when you bumpg Go.
You just need to run something like `go mod edit -go=1.22 && go mod tidy && git add go.* && git commit -m 'bump Go' && git push` with the latest Go version

this change also bumps the versions of the Checkout and Unit Test Output steps
@cf-gitbot
Copy link
Member

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.

@davewalter davewalter merged commit 61e6119 into master Jul 23, 2024
1 check passed
@davewalter davewalter deleted the make-bumping-go-easier-in-workflow branch July 23, 2024 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants