Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 510bb87d65 | |||
| 82c967b69e | |||
| f4e3ff189c | |||
| 70d050e164 | |||
| 2389e8a4c0 | |||
| 6392a9006a |
@@ -2,6 +2,16 @@
|
|||||||
|
|
||||||
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.5] - 2026-04-11
|
||||||
|
|
||||||
|
### ⚙️ Miscellaneous Tasks
|
||||||
|
|
||||||
|
- *(deps)* Update golang:1.26.1 docker digest to 595c784 (#267)
|
||||||
|
- *(deps)* Update golang:1.26.1 docker digest to 42ebbf7 (#269)
|
||||||
|
- *(deps)* Update golang:1.26.1 docker digest to cd78d88 (#271)
|
||||||
|
- *(deps)* Update golang docker tag to v1.26.2 (#274)
|
||||||
|
- *(deps)* Update dependency go to v1.26.2 (#273)
|
||||||
|
|
||||||
## [1.6.4] - 2026-03-19
|
## [1.6.4] - 2026-03-19
|
||||||
|
|
||||||
### 🐛 Bug Fixes
|
### 🐛 Bug Fixes
|
||||||
|
|||||||
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.26.1@sha256:595c7847cff97c9a9e76f015083c481d26078f961c9c8dca3923132f51fe12f1 AS deps
|
FROM golang:1.26.2@sha256:2a2b4b5791cea8ae09caecba7bad0bd9631def96e5fe362e4a5e67009fe4ae61 AS deps
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
ADD go.* /build
|
ADD go.* /build
|
||||||
RUN go mod download
|
RUN go mod download
|
||||||
|
|||||||
Reference in New Issue
Block a user