Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: go-co-op/gocron

Tags

v2.19.0

Toggle v2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump golangci/golangci-lint-action from 9.1.0 to 9.2.0 (#…

…903)

Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 9.1.0 to 9.2.0.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v9.1.0...v9.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.18.2

Toggle v2.18.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: calling start multiple times should no-op (#901)

* fix: calling start multiple times should no-op

* give test more time after start

* add a mutex

v2.18.1

Toggle v2.18.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: WithStartDateTimePast now correctly calculates from past time (#897

)

v2.18.0

Toggle v2.18.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.
fix: limit validation for WithLimitedRuns (#893)

Co-authored-by: Maksim Osipov <[email protected]>
Co-authored-by: John Roesler <[email protected]>

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: John Roesler <[email protected]>

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 <[email protected]>

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)