1 Commits

Author SHA1 Message Date
28dc13bd13 fix(deps): update module github.com/gofiber/fiber/v2 to v2.52.9
Some checks failed
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Failing after 17s
2025-08-13 11:25:33 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ on:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:41.82.3
container: ghcr.io/renovatebot/renovate:41.66.2
steps:
- uses: actions/checkout@v4
- run: renovate

View File

@@ -1,5 +1,5 @@
# Use the official Golang image for building
FROM golang:1.25 AS builder
FROM golang:1.24 AS builder
# Set working directory
WORKDIR /app
# Copy Go modules and dependencies