-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<!-- You are amazing! Thanks for contributing to our Step library! Please fill this template with the details of your change. --> ### Checklist <!-- Put an `x` in the boxes that apply. You can also fill these out after creating the PR. This is simply a reminder of what we are going to look for before merging your code. --> - [ ] I've read and followed the [Contribution Guidelines](https://github.com/bitrise-steplib/.github/blob/main/CONTRIBUTING.md) - [ ] `step.yml` and `README.md` is updated with the changes (if needed) ### Version <!-- Leave this untouched if you don't know, we'll help --> Requires a *PATCH* [version update](https://semver.org/) ### Context <!--- One sentence summary on why the change is needed. Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. --> <!-- Please link the issue that the PR fixes. Resolves: #GITHUB_ISSUE_ID or https://link_to_the_issue_on_discuss.bitrise.io. --> ### Changes - Update `go-steputils` to the latest version: most importantly, it pulls the change around cache API token: bitrise-io/go-steputils#69 - Update token generation parameters in E2E tests ### Investigation details <!-- Please share any alternative solutions that were considered along with investigation details. --> ### Decisions <!-- Please list decisions that were made for this change. -->
- Loading branch information
Showing
23 changed files
with
1,074 additions
and
369 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
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
28 changes: 28 additions & 0 deletions
28
vendor/github.com/bitrise-io/go-steputils/v2/cache/common.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
13 changes: 10 additions & 3 deletions
13
vendor/github.com/bitrise-io/go-steputils/v2/cache/keytemplate/checksum.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
19 changes: 10 additions & 9 deletions
19
vendor/github.com/bitrise-io/go-steputils/v2/cache/network/api.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
22 changes: 11 additions & 11 deletions
22
vendor/github.com/bitrise-io/go-steputils/v2/cache/network/download.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
74 changes: 59 additions & 15 deletions
74
vendor/github.com/bitrise-io/go-steputils/v2/cache/restore.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.