1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-08-01 17:38:37 +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

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