1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-26 18:21:01 +00:00

ci: update Go version to 1.25 in workflows and Dockerfile

This commit is contained in:
Frédéric Guillot 2025-08-16 11:31:23 -07:00
parent ce6cadc176
commit 88d9682f5f
5 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/golang:1.24-bookworm AS build
FROM docker.io/golang:1.25-bookworm AS build
ENV DEBIAN_FRONTEND=noninteractive