Skip to content

Commit 73219b0

Browse files
committed
chore(deps): upgrade Go from 1.24.0 to 1.26.1
- Update go.mod to Go 1.26.1 - Update flake.nix to use go_1_26 package Signed-off-by: Martin Wimpress <code@wimpress.io>
1 parent 9825c39 commit 73219b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
gcc
3535
git-filter-repo
3636
gnumake
37-
go
37+
go_1_26
3838
gperf
3939
just
4040
meson

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/linuxmatters/ffmpeg-statigo
22

3-
go 1.24.0
3+
go 1.26.1
44

55
require (
66
github.com/Newbluecake/bootstrap v0.17.1

0 commit comments

Comments
 (0)