Compare commits

...
3 Commits
Author SHA1 Message Date
releaser 8dc96bd39c chore(release): prepare for 1.6.12
cron-checker / build (pull_request) Successful in 18m34s
cron-checker / test (push) Skipped
cron-checker / vulnerabilities (push) Skipped
cron-checker / build (push) Skipped
cron-checker / test (pull_request) Successful in 1m1s
cron-checker / vulnerabilities (pull_request) Successful in 1m18s
2026-09-04 20:42:18 +00:00
releaser d3e1e7d151 chore(release): prepare for 1.6.12
cron-checker / test (push) Skipped
cron-checker / vulnerabilities (push) Skipped
cron-checker / build (push) Skipped
2026-09-04 20:42:12 +00:00
renovate fe05605c84 chore(deps): update go toolchain directive to v1.27.1 (#415)
Unbound Release / Check Preconditions (push) Successful in 30s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Create Release (push) Successful in 32s
Release / release (push) Successful in 3m50s
Unbound Release / Generate Changelog and Handle PR (push) Successful in 46s
cron-checker / build (push) Successful in 18m15s
cron-checker / test (push) Successful in 1m31s
cron-checker / vulnerabilities (push) Successful in 53s
2026-09-04 20:20:54 +00:00
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "1.6.11" "version": "1.6.12"
} }
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [1.6.12] - 2026-09-04
### ⚙️ Miscellaneous Tasks
- *(deps)* Update go toolchain directive to v1.27.1 (#415)
## [1.6.11] - 2026-09-02 ## [1.6.11] - 2026-09-02
### 🐛 Bug Fixes ### 🐛 Bug Fixes
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/cron-checker
go 1.26.0 go 1.26.0
toolchain go1.27.0 toolchain go1.27.1
require ( require (
github.com/alecthomas/kingpin/v2 v2.4.0 github.com/alecthomas/kingpin/v2 v2.4.0