Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9fa520977f | |||
| 9ac766bcc2 | |||
| c9fbdc9e82 | |||
| 9fc2eb68ec |
@@ -2,6 +2,13 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.6.6] - 2026-04-22
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update golang:1.26.2 docker digest to 46d487a (#285)
|
||||
- *(deps)* Update golang:1.26.2 docker digest to f715906 (#286)
|
||||
|
||||
## [1.6.5] - 2026-04-19
|
||||
|
||||
### 🐛 Bug Fixes
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.26.2@sha256:5f3787b7f902c07c7ec4f3aa91a301a3eda8133aa32661a3b3a3a86ab3a68a36 AS deps
|
||||
FROM golang:1.26.2@sha256:1e598ea5752ae26c093b746fd73c5095af97d6f2d679c43e83e0eac484a33dc3 AS deps
|
||||
WORKDIR /build
|
||||
ADD go.* /build
|
||||
RUN go mod download
|
||||
|
||||
Reference in New Issue
Block a user