Compare commits

..

2 Commits

Author SHA1 Message Date
releaser 2febbd3be2 chore(release): prepare for 1.6.8
cron-checker / build (pull_request) Successful in 16m16s
cron-checker / vulnerabilities (pull_request) Successful in 1m39s
cron-checker / test (pull_request) Successful in 1m35s
2026-06-21 16:30:01 +00:00
releaser 9d72dd41d5 chore(release): prepare for 1.6.8 2026-06-21 16:29:57 +00:00
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "1.6.7"
"version": "1.6.8"
}
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [1.6.8] - 2026-06-21
### ⚙️ Miscellaneous Tasks
- *(deps)* Update actions/checkout action to v7 (#374)
## [1.6.7] - 2026-06-15
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.26.4@sha256:f83d23523668b4ea5b644ae7711b2284f35f3bc3369a02655a8bc30d98586c4d as build
FROM amd64/golang:1.26.4@sha256:62df9f3b009f61d598279a216566b04e5fee670eb4d979cee1b0235dd53a7571 as build
WORKDIR /build
ENV CGO_ENABLED=0
ADD . /build