Commit 8d40663
authored
Update module github.com/oklog/run to v1.2.0 (#220)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
| [github.com/oklog/run](https://redirect.github.com/oklog/run) |
`v1.1.0` → `v1.2.0` |

|

|
---
### Release Notes
<details>
<summary>oklog/run (github.com/oklog/run)</summary>
###
[`v1.2.0`](https://redirect.github.com/oklog/run/releases/tag/v1.2.0)
[Compare
Source](https://redirect.github.com/oklog/run/compare/v1.1.0...v1.2.0)
This long-overdue release includes correctness fixes to the
SignalHandler helper, and a new ContextHandler helper. The minimum Go
version in the go.mod file has been bumped from 1.13 to 1.20. As always,
please test with your code before deploying to production, and file
issues for any problems you encounter.
#### What's Changed
- Deregister signal channel by
[@​alindeman](https://redirect.github.com/alindeman) in
[#​16](https://redirect.github.com/oklog/run/pull/16)
- SignalError fixes, ContextHandler by
[@​peterbourgon](https://redirect.github.com/peterbourgon) in
[#​25](https://redirect.github.com/oklog/run/pull/25)
- Fix bug in SignalHandler by
[@​peterbourgon](https://redirect.github.com/peterbourgon) in
[#​27](https://redirect.github.com/oklog/run/pull/27)
- Update GitHub Actions test.yaml workflow by
[@​peterbourgon](https://redirect.github.com/peterbourgon) in
[#​38](https://redirect.github.com/oklog/run/pull/38)
#### New Contributors
- [@​alindeman](https://redirect.github.com/alindeman) made their
first contribution in
[#​16](https://redirect.github.com/oklog/run/pull/16)
**Full Changelog**:
<oklog/run@v1.1.0...v1.2.0>
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- Automerge
- Monday through Friday (`* * * * 1-5`)
🚦 **Automerge**: Enabled.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://redirect.github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTkuMiIsInVwZGF0ZWRJblZlciI6IjQzLjI1OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19-->
Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>1 parent 5a0f9f0 commit 8d40663
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3686 | 3686 | | |
3687 | 3687 | | |
3688 | 3688 | | |
3689 | | - | |
3690 | 3689 | | |
| 3690 | + | |
| 3691 | + | |
3691 | 3692 | | |
3692 | 3693 | | |
3693 | 3694 | | |
| |||
0 commit comments