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

Pin dependencies in coverage.yml #366

Merged
merged 2 commits into from
Mar 11, 2024
Merged

Conversation

fxamacker
Copy link
Member

This replaces PR #365.

Changes

  • Pin dependencies:

    • actions/checkout
    • actions/setup-go
    • codecov/codecov-action
  • Use default Go version instead of go-1.19.


  • Targeted PR against main branch
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work
  • Code follows the standards mentioned here
  • Updated relevant documentation
  • Re-reviewed Files changed in the Github PR explorer
  • Added appropriate labels

Pin dependencies:
- actions/checkout
- actions/setup-go
- codecov/codecov-action

Use default Go version instead of specifying go-1.19
because ubuntu-latest will bump go-1.19 to 1.21 this month.
@fxamacker fxamacker added the CI CI and GitHub Actions Workflows label Feb 18, 2024
@fxamacker fxamacker self-assigned this Feb 18, 2024
Copy link
Contributor

@ramtinms ramtinms left a comment

Choose a reason for hiding this comment

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

🤖

@fxamacker fxamacker merged commit d4d5f30 into main Mar 11, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI and GitHub Actions Workflows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants