15 Commits

Author SHA1 Message Date
829397decd chore(deps): update ghcr.io/renovatebot/renovate docker tag to v42
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 21s
2025-12-08 00:02:25 +00:00
89a2844c1c chore(deps): update alpine docker tag to v3.23
Some checks failed
Go / build (pull_request) Successful in 13s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
Go / build (push) Successful in 11s
renovate / renovate (push) Successful in 59s
SonarQube Scan / Build and analyze (push) Failing after 15s
2025-12-04 00:01:24 +00:00
a2e1fff6e0 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.173.1' (#100) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 12s
SonarQube Scan / Build and analyze (push) Failing after 14s
renovate / renovate (push) Successful in 1m7s
2025-11-07 00:01:15 +00:00
81aa50762b chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.173.1
Some checks failed
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Failing after 16s
2025-11-07 00:01:13 +00:00
220122771c Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.173.0' (#99) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 12s
SonarQube Scan / Build and analyze (push) Failing after 15s
renovate / renovate (push) Successful in 2m38s
2025-11-06 00:02:01 +00:00
4fd17ecd70 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.173.0
Some checks failed
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Failing after 14s
2025-11-06 00:01:58 +00:00
e8315fed02 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.171.2' (#98) from renovate/ghcr.io-renovatebot-renovate-41.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 2m15s
2025-11-05 00:02:33 +00:00
2080d1175a chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.171.2
Some checks failed
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
2025-11-05 00:02:29 +00:00
9a50da89e8 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.169.3' (#97) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 11s
SonarQube Scan / Build and analyze (push) Failing after 15s
renovate / renovate (push) Successful in 2m47s
2025-11-04 00:01:06 +00:00
a392da2e20 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.169.3
Some checks failed
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
2025-11-04 00:01:04 +00:00
ab136d6895 Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.169.1' (#96) from renovate/ghcr.io-renovatebot-renovate-41.x into main
Some checks failed
Go / build (push) Successful in 12s
SonarQube Scan / Build and analyze (push) Failing after 14s
renovate / renovate (push) Successful in 1m21s
2025-11-03 00:01:25 +00:00
04ef91ea08 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.169.1
Some checks failed
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Failing after 16s
2025-11-03 00:01:21 +00:00
b9343cae55 chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.168.5
Some checks failed
Go / build (pull_request) Successful in 11s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
Go / build (push) Successful in 11s
SonarQube Scan / Build and analyze (push) Failing after 14s
renovate / renovate (push) Successful in 1m47s
2025-11-02 00:00:58 +00:00
d9c8b51dcf Merge pull request 'chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.168.0' (#94) from renovate/ghcr.io-renovatebot-renovate-41.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 1m32s
2025-11-01 00:01:09 +00:00
f5b75668af chore(deps): update ghcr.io/renovatebot/renovate docker tag to v41.168.0
Some checks failed
Go / build (pull_request) Successful in 12s
SonarQube Scan / Build and analyze (pull_request) Failing after 15s
2025-11-01 00:01:06 +00:00
4 changed files with 3 additions and 5 deletions

View File

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

View File

@@ -11,7 +11,7 @@ COPY . .
RUN go build -o gosearch .
# Use a minimal base image for final deployment
FROM alpine:3.22
FROM alpine:3.23
# Set working directory in the container
WORKDIR /
# Copy the built binary from the builder stage

2
go.mod
View File

@@ -2,7 +2,7 @@ module git.dev-null.rocks/alexohneander/gosearch
go 1.23.5
require github.com/gofiber/fiber/v2 v2.52.9
require github.com/gofiber/fiber/v2 v2.52.8
require (
github.com/mattn/go-runewidth v0.0.16 // indirect

2
go.sum
View File

@@ -4,8 +4,6 @@ github.com/gofiber/fiber/v2 v2.52.6 h1:Rfp+ILPiYSvvVuIPvxrBns+HJp8qGLDnLJawAu27X
github.com/gofiber/fiber/v2 v2.52.6/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
github.com/gofiber/fiber/v2 v2.52.8 h1:xl4jJQ0BV5EJTA2aWiKw/VddRpHrKeZLF0QPUxqn0x4=
github.com/gofiber/fiber/v2 v2.52.8/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
github.com/gofiber/fiber/v2 v2.52.9 h1:YjKl5DOiyP3j0mO61u3NTmK7or8GzzWzCFzkboyP5cw=
github.com/gofiber/fiber/v2 v2.52.9/go.mod h1:YEcBbO/FB+5M1IZNBP9FO3J9281zgPAreiI1oqg8nDw=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=