1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

ci: update GitHub Actions workflows to use Go 1.24

This commit is contained in:
Frédéric Guillot 2025-02-13 21:22:30 -08:00
parent 033806df4b
commit 502db64b28
4 changed files with 6 additions and 9 deletions

View file

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