5 Commits

Author SHA1 Message Date
releaser d557519453 chore(release): prepare for 1.6.4 2026-04-10 23:30:12 +00:00
releaser d9f273a116 chore(release): prepare for 1.6.4 2026-04-10 23:30:10 +00:00
renovate d2bbe1bf17 chore(deps): update golang docker tag to v1.26.2 (#345)
cron-checker / test (push) Successful in 1m58s
Release / release (push) Failing after 52s
cron-checker / vulnerabilities (push) Successful in 1m50s
cron-checker / build (push) Successful in 17m35s
2026-04-10 22:48:44 +00:00
renovate 6d1e8f383c chore(deps): update dependency go to v1.26.2 (#343)
Release / release (push) Successful in 1m7s
cron-checker / vulnerabilities (push) Successful in 1m47s
cron-checker / test (push) Successful in 2m3s
cron-checker / build (push) Successful in 20m50s
2026-04-10 01:46:45 +00:00
renovate 1215b73ab9 chore(deps): update golang:1.26.1 docker digest to 5ba1126 (#341)
cron-checker / vulnerabilities (push) Successful in 1m36s
cron-checker / test (push) Successful in 2m5s
Release / release (push) Failing after 54s
cron-checker / build (push) Successful in 14m45s
2026-04-07 06:39:17 +00:00
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "1.6.3" "version": "1.6.4"
} }
+8
View File
@@ -2,6 +2,14 @@
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.4] - 2026-04-10
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26.1 docker digest to 5ba1126 (#341)
- *(deps)* Update dependency go to v1.26.2 (#343)
- *(deps)* Update golang docker tag to v1.26.2 (#345)
## [1.6.3] - 2026-03-19 ## [1.6.3] - 2026-03-19
### 🐛 Bug Fixes ### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.1@sha256:984bf90a420602a708a0e5b08d5660e2902daf7d26f0be3c5db5d07ced6dcce3 as build FROM amd64/golang:1.26.2@sha256:3e677b9776e5fcb030321772b4fe13c58b22b8abe772c647be8f746159d1a2dc as build
WORKDIR /build WORKDIR /build
ENV CGO_ENABLED=0 ENV CGO_ENABLED=0
ADD . /build ADD . /build
+1 -1
View File
@@ -2,7 +2,7 @@ module gitlab.com/unboundsoftware/cron-checker
go 1.25.0 go 1.25.0
toolchain go1.26.1 toolchain go1.26.2
require ( require (
github.com/alecthomas/kingpin/v2 v2.4.0 github.com/alecthomas/kingpin/v2 v2.4.0