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

Add Update Go Workflow and Update to Go 1.18 #779

Merged
merged 1 commit into from
Aug 10, 2022
Merged

Add Update Go Workflow and Update to Go 1.18 #779

merged 1 commit into from
Aug 10, 2022

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Aug 9, 2022

This workflow runs weekly and updates both the Go version and the Go modules. This will update not just the direct dependencies but also transitive dependencies, which is something Dependabot does not presently do.

The Go version is determined by Pipeline Builder. When the Pipeline Builder workflow runs and updates the pipeline, it will update the required Go version in this workflow. The next time this workflow runs, it'll then bump the Go version. This workflow can be directly triggered as well.

@dmikusa dmikusa added type:enhancement A general enhancement semver:minor A change requiring a minor version bump labels Aug 9, 2022
@dmikusa dmikusa requested a review from a team August 9, 2022 19:58
@dmikusa dmikusa force-pushed the go-mod branch 2 times, most recently from d05a581 to f5f1dd2 Compare August 9, 2022 20:27
This workflow runs weekly and updates both the Go version and the Go modules. This will update not just the direct dependencies but also transitive dependencies, which is something Dependabot does not presently do.

The Go version is determined by Pipeline Builder. When the Pipeline Builder workflow runs and updates the pipeline, it will update the required Go version in this workflow. The next time this workflow runs, it'll then bump the Go version. This workflow can be directly triggered as well.

Signed-off-by: Daniel Mikusa <[email protected]>
@dmikusa dmikusa merged commit cab9c49 into main Aug 10, 2022
@dmikusa dmikusa deleted the go-mod branch August 10, 2022 12:36
This was referenced Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants