DELTA-1821: Use actions-go-ci-library #14
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dependencies
This PR will be merged to its target branch as soon as https://github.com/nicheinc/actions-go-ci-library/pull/1 is merged to main.
Documentation
BE Service Library Initiative
Description
https://github.com/nicheinc/actions-go-ci-library/pull/1 adds a new re-usable action that builds, tests, and lints a Go BE library in all Go major versions the library is supposed to support.
This PR swaps this library's GHA workflows over to use this re-usable action.
Changes
ci.yaml
GHA workflow that calls out toactions-go-ci-library
.gofumpt
on the contents of the library.Testing Considerations
There should be no changes to the actual features of the library.
For the CI workflow, we should verify that the Actions run is successful on this PR.
Versioning
If there are any code changes suggested by
gofumpt
: Patch versionElse: No version bump, just a merge to the default branch.