1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00

build: update GitHub Actions to Go 1.23

This commit is contained in:
Frédéric Guillot 2024-08-15 16:04:14 -07:00
parent cc94ab704a
commit 56d7e4d5e9
5 changed files with 7 additions and 7 deletions

View file

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