1
0
mirror of https://github.com/coalaura/ffwebp.git synced 2025-09-08 05:49:54 +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'

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/coalaura/ffwebp
go 1.24.2
go 1.24.5
require github.com/urfave/cli/v3 v3.3.8