Compare commits
19 Commits
b69d9a6222
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
2f870f6ff8 | |||
0dc01eb6a5 | |||
a8b8723dae | |||
05110f30d9 | |||
62ff62feb0 | |||
f2aea7431f | |||
99f0a86a9a | |||
133dfae5c4 | |||
e5ca8a9842 | |||
601db576f1 | |||
db9d32a659 | |||
7d1e13f988 | |||
e8d906e865 | |||
2073dd509b | |||
9c31e4b572 | |||
db879f43f8 | |||
46bb13e18f | |||
a34b8a775b | |||
f08d62519b |
@@ -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.82.3
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user