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

Relace go-bindata with go:embed #23

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

aramprice
Copy link
Member

  • Update makefile to move expected data into place rather than invole go-bindata
  • Simplify call sites where assets.Asset(...) has been used

@aramprice aramprice force-pushed the replace-go-bindata-with-go-embed branch 11 times, most recently from 3f26842 to ab5e16d Compare September 9, 2023 00:02
@aramprice aramprice requested review from ystros and selzoc September 9, 2023 00:11
@aramprice aramprice force-pushed the replace-go-bindata-with-go-embed branch from ab5e16d to 9db0fcd Compare September 12, 2023 00:19
- Update makefile to move expected data into place rather than invole
  `go-bindata`
- Simplify call sites where `assets.Asset(...)` has been used
@aramprice aramprice force-pushed the replace-go-bindata-with-go-embed branch from 9db0fcd to a3fc24c Compare September 14, 2023 23:26
aramprice added a commit to cloudfoundry/greenhouse-ci that referenced this pull request Sep 14, 2023
- Update makefile to move expected data into place rather than invole
  `go-bindata`

See: cloudfoundry/stembuild#23
@aramprice
Copy link
Member Author

This PR will need to be coordinated with a change to cloudfoundry/greenhouse-ci to remove go-bindata references from the various old-Makefile's present there. PR here cloudfoundry/greenhouse-ci#11

@aramprice aramprice merged commit 7c41876 into master Sep 22, 2023
4 checks passed
@aramprice aramprice deleted the replace-go-bindata-with-go-embed branch September 22, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

2 participants