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

Optimize Go dependencies in workflow #283

Merged
merged 3 commits into from
Jul 6, 2023

Conversation

marcofranssen
Copy link
Contributor

  • Install the Go version as defined in go.mod
  • Enable Go module caching to speed up builds
  • Download modules in separate step

This takes the latest patch release of similar to our previous version, except now we don't have the Go version duplicated in 3 places

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
This caches based on the checksums

Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
Signed-off-by: Marco Franssen <marco.franssen@gmail.com>
@mrsabath mrsabath merged commit 3f43905 into spiffe:v1.4 Jul 6, 2023
2 checks passed
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