Compare commits

...

3 Commits

Author SHA1 Message Date
releaser 581d437f50 chore(release): prepare for 0.7.5
auth0mock / build (pull_request) Successful in 2m15s
2026-05-07 19:09:17 +00:00
releaser adbf16dc3f chore(release): prepare for 0.7.5 2026-05-07 19:09:15 +00:00
renovate 3c6fcbb33e chore(deps): update golang:1.26 docker digest to 4039008 (#309)
Release / release (push) Successful in 1m23s
auth0mock / build (push) Successful in 1m27s
2026-05-07 19:07:03 +00:00
3 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"version": "0.7.4"
"version": "0.7.5"
}
+6
View File
@@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.7.5] - 2026-05-07
### ⚙️ Miscellaneous Tasks
- *(deps)* Update golang:1.26 docker digest to 4039008 (#309)
## [0.7.4] - 2026-05-04
### 🐛 Bug Fixes
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.26@sha256:b54cbf583d390341599d7bcbc062425c081105cc5ef6d170ced98ef9d047c716 AS build
FROM golang:1.26@sha256:4039008348701774eb9d513d88fe16fcc518514ba6afc5e2fff5db3c55a32999 AS build
WORKDIR /build
ENV CGO_ENABLED=0