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

Use Go 1.22 in workflows #2060

Merged
merged 2 commits into from
Feb 22, 2024
Merged

Use Go 1.22 in workflows #2060

merged 2 commits into from
Feb 22, 2024

Conversation

mbg
Copy link
Member

@mbg mbg commented Jan 3, 2024

This PR updates the workflows to use Go 1.22. I have also used this opportunity to disable the automatic caching that the setup-go Action performs to ensure that this doesn't interfere with our testing since the Go autobuilder should install dependencies for a given project and we don't accidentally want a warm cache to mislead us into thinking that the autobuilder does this successfully when the dependencies actually come from the cache.

Merge / deployment checklist

  • Confirm this change is backwards compatible with existing workflows.
  • Confirm the readme has been updated if necessary.
  • Confirm the changelog has been updated if necessary.

@mbg mbg force-pushed the mbg/go/1.22 branch 2 times, most recently from 98770be to f1d661c Compare February 16, 2024 17:49
@mbg mbg marked this pull request as ready for review February 16, 2024 18:07
@mbg mbg requested a review from a team as a code owner February 16, 2024 18:07
@mbg mbg enabled auto-merge February 22, 2024 18:05
@mbg mbg merged commit 2896599 into main Feb 22, 2024
297 checks passed
@mbg mbg deleted the mbg/go/1.22 branch February 22, 2024 18:13
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