Compare commits
5 Commits
1.6.3
...
next-release
| Author | SHA1 | Date | |
|---|---|---|---|
| d557519453 | |||
| d9f273a116 | |||
| d2bbe1bf17 | |||
| 6d1e8f383c | |||
| 1215b73ab9 |
@@ -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
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user