-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Check if step uses locked version and update Steplib if so. (#704)
* Check if step uses locked version and update Steplib if so. * Clean up version parsing. * dep update * Fixing stepman test case, failed due to testing a stepman version installed, not the current one.
- Loading branch information
Showing
55 changed files
with
1,094 additions
and
187 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
14 changes: 14 additions & 0 deletions
14
vendor/github.com/bitrise-io/go-utils/sliceutil/sliceutil.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 9 additions & 1 deletion
10
vendor/github.com/bitrise-io/stepman/models/version_constraint.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
78 changes: 67 additions & 11 deletions
78
vendor/github.com/stretchr/testify/assert/assertion_format.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.