Compare commits
4 Commits
1.6.3
...
next-release
| Author | SHA1 | Date | |
|---|---|---|---|
| 6130eb9a77 | |||
| 120d884839 | |||
| 6d1e8f383c | |||
| 1215b73ab9 |
@@ -2,6 +2,13 @@
|
||||
|
||||
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)
|
||||
|
||||
## [1.6.3] - 2026-03-19
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM amd64/golang:1.26.1@sha256:984bf90a420602a708a0e5b08d5660e2902daf7d26f0be3c5db5d07ced6dcce3 as build
|
||||
FROM amd64/golang:1.26.1@sha256:5ba1126a6dbb65aa517ff5eaecab6abc29480671e5c0ca176192de8da9dba4b8 as build
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
ADD . /build
|
||||
|
||||
Reference in New Issue
Block a user