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

go version

This commit is contained in:
2025-08-12 02:49:17 +02:00
parent 5785ce2f0d
commit 90aca0c3e9
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

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