-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also upgrade River CLI to 0.0.17 (#173)
Follow up #172 by also updating the River CLI to version 0.0.17. This must be done as a separate step because the River CLI module depends on the main module, and therefore the 0.0.17 tag for the main module must exist before we can lock to it from the River CLI. The rough process here was to: * Remove the `replace` statement added in #170 to demonstrate that the new `river validate` command worked. * Modify `./cmd/river/go.mod`'s River dependency to use v0.0.17. * Run `go mod tidy` to update `go.sum` and bump the version of the other River subdependencies too. After merging this, I'll add and push one last tag: export VERSION=v0.0.17 git tag cmd/river/$VERSION -m "release cmd/river/$VERSION" git push --tags
- Loading branch information
Showing
2 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters