Skip to content

Bump github.com/netresearch/go-cron from 0.15.1 to 0.16.0 - #1044

Merged
jfantinhardesty merged 2 commits into
mainfrom
dependabot/go_modules/github.com/netresearch/go-cron-0.16.0
Sep 8, 2026
Merged

Bump github.com/netresearch/go-cron from 0.15.1 to 0.16.0#1044
jfantinhardesty merged 2 commits into
mainfrom
dependabot/go_modules/github.com/netresearch/go-cron-0.16.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/netresearch/go-cron from 0.15.1 to 0.16.0.

Release notes

Sourced from github.com/netresearch/go-cron's releases.

v0.16.0 raises the supported Go floor and brings one new scheduling capability.

Breaking: minimum Go is now 1.26

With Go 1.27 released, the two most recent Go releases are 1.26 and 1.27 — the support window this library commits to in its FAQ. The go directive moves from 1.25 to 1.26 and the toolchain to go1.27.0; consumers on Go 1.25 must upgrade their toolchain before taking this version (#402). Every surface that declared the old floor — package godoc, README, FAQ, migration checklist — was swept in the same change.

New: optional job priority

Jobs can now carry a priority that decides execution order when multiple jobs fire at the same instant — contributed by @​manu52697 (#399).

Documentation

How to verify a release — checksums, Cosign signatures, SLSA provenance — is now documented, also contributed by @​manu52697 (#393).

Internal

The test files were modernized via go fix (for range n, wg.Go, any, atomic.Int32/Int64, slices.Contains) with no library code or public API changed (#402); CI housekeeping landed in #395, #396, #397 and #398.

Full Changelog: netresearch/go-cron@v0.15.1...v0.16.0

Changelog

Sourced from github.com/netresearch/go-cron's changelog.

[0.16.0] - 2026-08-26

Added

  • Optional job priority: decides execution order when multiple jobs fire at the same instant. Contributed by [@​manu52697] ([PR#399])

Changed

  • BREAKING: minimum supported Go version raised from 1.25 to 1.26 (Go release policy: two most recent releases, now 1.26 + 1.27); toolchain updated to go1.27.0 ([PR#402])

Documentation

  • How to verify a release (checksums, Cosign signatures, SLSA provenance) is now documented. Contributed by [@​manu52697] ([PR#393])
  • Every surface that declared the old floor now says Go 1.26+ (package godoc, README, FAQ, MIGRATION checklist, PROJECT_INDEX, AGENTS); the stale pre-go-check required-checks list in BRANCH_PROTECTION.md was rewritten to match the live ruleset ([PR#402])

Internal

  • Test files modernized via go fix (for range n, wg.Go, any, atomic.Int32/Int64, slices.Contains); no library code or public API changed ([PR#402])
Commits
  • c1f4534 chore(release): v0.16.0 (#403)
  • 7895c8d chore(release): v0.16.0
  • 3f473d2 feat: Go 1.27 toolchain, minimum Go 1.26, go fix modernization (#402)
  • 0559861 chore: retrigger CI for re-analysis under updated Sonar settings
  • bcd6621 docs: complete the Go 1.26 floor sweep
  • a41437a refactor: apply Go 1.26 modernizers via go fix
  • 2c5f50a feat: raise minimum supported Go to 1.26
  • 94093ad chore: update Go toolchain to 1.27.0
  • d9bc350 chore: point CODEOWNERS at existing org teams (#401)
  • 9fa5378 chore: point CODEOWNERS at existing org teams
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/netresearch/go-cron](https://github.com/netresearch/go-cron) from 0.15.1 to 0.16.0.
- [Release notes](https://github.com/netresearch/go-cron/releases)
- [Changelog](https://github.com/netresearch/go-cron/blob/main/CHANGELOG.md)
- [Commits](netresearch/go-cron@v0.15.1...v0.16.0)

---
updated-dependencies:
- dependency-name: github.com/netresearch/go-cron
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
…/go-cron-0.16.0

Signed-off-by: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant