1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-30 19:22:11 +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

@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.24.x"
go-version: "1.25.x"
- name: Initialize CodeQL
uses: github/codeql-action/init@v3