1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-09 06:19:55 +00:00

update go version

This commit is contained in:
2025-08-11 03:39:01 +02:00
parent de88ed5358
commit 20ac175f51
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.23.1'
go-version: '1.24.5'
- name: Generate Windows resources
if: matrix.goos == 'windows'