Skip to content

Tags: go-co-op/gocron

Tags

v2.17.0

Toggle v2.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add WithStartDateTimePast WithStartAt option (#882)

v2.16.6

Toggle v2.16.6's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Bump actions/setup-go from 5 to 6 (#871)

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Roesler <johnrroesler@gmail.com>

v2.16.5

Toggle v2.16.5's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Add go1.25 tests (#869)

* Add go1.25 tests

* remove 1.23 test

---------

Co-authored-by: John Roesler <johnrroesler@gmail.com>

v2.16.4

Toggle v2.16.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump testify (#868)

* Bump github.com/stretchr/testify from 1.10.0 to 1.11.0

* fix tests

v2.16.3

Toggle v2.16.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: cancel job contexts in create/update errors (#858)

v2.16.2

Toggle v2.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: document the limitations with the locker design (#848)

v2.16.1

Toggle v2.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix #835 and #837 (#836)

v2.16.0

Toggle v2.16.0's commit message

Verified

This commit was signed with the committer’s verified signature.
JohnRoesler John Roesler
clean up

v2.15.0

Toggle v2.15.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#817)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v6.1.1...v6.2.0)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Roesler <johnrroesler@gmail.com>

v2.14.2

Toggle v2.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(eventListener): add BeforeJobRunsSkipIfBeforeFuncErrors() (#813)