5 Commits

Author SHA1 Message Date
a73bc40852 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 14s
2025-08-14 00:03:19 +00:00
db879f43f8 Merge pull request 'chore(deps): update golang docker tag to v1.25' (#21) from renovate/golang-1.x into main
Some checks failed
Go / build (push) Successful in 11s
SonarQube Scan / Build and analyze (push) Failing after 14s
renovate / renovate (push) Successful in 1m28s
2025-08-14 00:01:43 +00:00
46bb13e18f Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.70.2' (#20) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Has been cancelled
renovate / renovate (push) Has been cancelled
SonarQube Scan / Build and analyze (push) Has been cancelled
2025-08-14 00:01:35 +00:00
a34b8a775b chore(deps): update golang docker tag to v1.25
Some checks failed
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Failing after 14s
2025-08-14 00:01:35 +00:00
f08d62519b chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.70.2
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 16s
2025-08-14 00:01:32 +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.70.0
container: ghcr.io/renovatebot/renovate:41.70.2
steps:
- uses: actions/checkout@v4
- run: renovate

View File

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