Skip to content

Commit 6a541fc

Browse files
Lagojaclaude
andcommitted
Bump Go from 1.24.5 to 1.26.1 to fix security vulnerabilities (#2817)
Update go.mod, flake.nix (buildGo126Module), and flake.lock (nixpkgs-unstable) to resolve 1 critical and 12 high-severity CVEs in Go 1.24.5. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 858d3a3 commit 6a541fc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# Run `devbox run update-flake` to update the vendor-hash
2828
vendorHash = if builtins.pathExists ./vendor-hash then builtins.readFile ./vendor-hash else "";
2929

30-
buildGoModule = pkgs.buildGo125Module;
30+
buildGoModule = pkgs.buildGo126Module;
3131

3232
in
3333
{

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.jetify.com/devbox
22

3-
go 1.24.5
3+
go 1.26.1
44

55
require (
66
al.essio.dev/pkg/shellescape v1.6.0

0 commit comments

Comments
 (0)