Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58e91aaa4e | |||
| 6d9d1a356d |
+8
-1
@@ -2,7 +2,14 @@
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [0.7.6] - 2026-06-15
|
||||
## [0.7.7] - 2026-06-24
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
- *(deps)* Update actions/checkout action to v7 (#349)
|
||||
- *(deps)* Update golang:1.26 docker digest to 8c5d338 (#351)
|
||||
|
||||
## [0.7.6] - 2026-06-16
|
||||
|
||||
### ⚙️ Miscellaneous Tasks
|
||||
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM golang:1.26@sha256:478231bfd9677835606c249208483a3c43b31e941c1040c48747b111c7ab871c AS build
|
||||
FROM golang:1.26@sha256:8c5d338aa0da7e8b034efab738460793dc48d2aac8d497c8f8617d4ef964e0a7 AS build
|
||||
|
||||
WORKDIR /build
|
||||
ENV CGO_ENABLED=0
|
||||
|
||||
Reference in New Issue
Block a user