Skip to content

Commit 5301909

Browse files
Update all dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bfc73e4 commit 5301909

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
repos:
33
- repo: https://github.com/golangci/golangci-lint
4-
rev: v1.63.4
4+
rev: v1.64.5
55
hooks:
66
- id: golangci-lint

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Build stage
2-
FROM golang:1.23 AS builder
2+
FROM golang:1.24 AS builder
33
COPY . /build
44
WORKDIR /build
55
RUN CGO_ENABLED=0 go build ./act.go
66

77
# Main stage
8-
FROM python:3.9-slim-bullseye
8+
FROM python:3.13-slim-bullseye
99
RUN python -m ensurepip
1010
RUN python -m pip install --user --upgrade flake8
1111

Dockerfile.goreleaser

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9-slim-bullseye
1+
FROM python:3.13-slim-bullseye
22

33
RUN python -m pip install --user --upgrade flake8
44

0 commit comments

Comments
 (0)