Compare commits
1 Commits
main
...
e3c1df58e4
Author | SHA1 | Date | |
---|---|---|---|
e3c1df58e4 |
@@ -10,7 +10,7 @@ on:
|
||||
jobs:
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
container: ghcr.io/renovatebot/renovate:41.82.1
|
||||
container: ghcr.io/renovatebot/renovate:41.24.0
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: renovate
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user