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

updated .github/workflows/go-tests.yml #18762

Closed
wants to merge 5 commits into from

Conversation

FreeMason9224
Copy link

This pull request updates the go-tests workflow configuration in the .github/workflows/go-tests.yml file to improve the setup and caching of Go modules. The most important changes include adding steps to set up Go, cache Go modules, and install dependencies.

Improvements to workflow configuration:

  • Added a step to set up Go using actions/setup-go@v3 with Go version 1.15.
  • Added a step to cache Go modules using actions/cache@v3 to improve build performance.
  • Added a step to install dependencies using go mod tidy before running tests.
  • Updated the step to run tests to use go test ./... instead of a custom action.

@FreeMason9224 FreeMason9224 requested a review from a team as a code owner February 13, 2025 06:41
@smowton smowton closed this Feb 13, 2025
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