6 Commits

Author SHA1 Message Date
Unbound Release 83a6d5a0e4 chore(release): prepare for v0.3.2 2025-08-14 11:07:35 +02:00
Renovate 077c436a57 chore(deps): update golang docker tag to v1.25.0 2025-08-13 18:59:24 +00:00
Renovate 2dfcdb659f chore(deps): update golang:1.24.6 docker digest to 958bfd1 2025-08-12 22:57:31 +00:00
Unbound Release 82b41dacbc chore(release): prepare for v0.3.1 2025-08-07 10:21:25 +02:00
Renovate 879d2149b0 chore(deps): update golang docker tag to v1.24.6 2025-08-06 20:57:38 +00:00
Renovate cb69e4b534 chore(deps): update golang:1.24.5 docker digest to 0a156a4 2025-07-22 04:57:00 +00:00
2 changed files with 16 additions and 2 deletions
+15 -1
View File
@@ -2,7 +2,21 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.3.0] - 2025-07-09 ## [0.3.2] - 2025-08-14
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.24.6 docker digest to 958bfd1
- *(deps)* Update golang docker tag to v1.25.0
## [0.3.1] - 2025-08-07
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.24.5 docker digest to 0a156a4
- *(deps)* Update golang docker tag to v1.24.6
## [0.3.0] - 2025-07-10
### 🚀 Features ### 🚀 Features
+1 -1
View File
@@ -1,4 +1,4 @@
FROM amd64/golang:1.24.5@sha256:c65440f3ce49841f539afae6ac1db7615706813a1fb2d2f244a32178eaf837bf FROM amd64/golang:1.25.0@sha256:36e95221032d4c929d001ae5c1059ba1fbe1dec3b1f5c74d2708583d3141e151
ENV PATH=${PATH}:/root/.local/bin ENV PATH=${PATH}:/root/.local/bin