Compare commits

..

1 Commits

Author SHA1 Message Date
renovate c6a721a1a8 chore(deps): update golang:1.26.2 docker digest to f715906
renovate/stability-days Updates have not met minimum release age requirement
default-request-adder / test (pull_request) Successful in 1m57s
default-request-adder / vulnerabilities (pull_request) Successful in 1m46s
default-request-adder / build (pull_request) Failing after 15m22s
2026-04-22 11:03:53 +00:00
3 changed files with 2 additions and 9 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{ {
"version": "1.6.6" "version": "1.6.5"
} }
-7
View File
@@ -2,13 +2,6 @@
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.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 ## [1.6.5] - 2026-04-19
### 🐛 Bug Fixes ### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26.2@sha256:1e598ea5752ae26c093b746fd73c5095af97d6f2d679c43e83e0eac484a33dc3 AS deps FROM golang:1.26.2@sha256:f7159064a17ccc65d0e10e342ae8783026182704bf4af8f6df8d5ba9af2be2fd AS deps
WORKDIR /build WORKDIR /build
ADD go.* /build ADD go.* /build
RUN go mod download RUN go mod download