Compare commits

..

3 Commits

Author SHA1 Message Date
releaser d38e940eb8 chore(release): prepare for 1.6.5
cron-checker / test (pull_request) Successful in 2m0s
cron-checker / vulnerabilities (pull_request) Successful in 1m46s
cron-checker / build (pull_request) Successful in 31m56s
2026-04-22 09:12:29 +00:00
releaser 08631ef271 chore(release): prepare for 1.6.5 2026-04-22 09:12:27 +00:00
renovate 916d2c40c1 chore(deps): update golang:1.26.2 docker digest to e1203b8 (#350)
cron-checker / test (push) Successful in 1m47s
Release / release (push) Successful in 55s
cron-checker / vulnerabilities (push) Successful in 1m47s
cron-checker / build (push) Successful in 17m40s
2026-04-22 08:43:03 +00:00
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "1.6.4"
"version": "1.6.5"
}
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [1.6.5] - 2026-04-22
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26.2 docker digest to e1203b8 (#350)
## [1.6.4] - 2026-04-19
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.2@sha256:3e677b9776e5fcb030321772b4fe13c58b22b8abe772c647be8f746159d1a2dc as build
FROM amd64/golang:1.26.2@sha256:e1203b85dbf84b1959b973cf4007c8cc92b9af829f3fae75c0f3ba5053cd9500 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build