Skip to content

Commit

Permalink
feat(go): upgrade to 1.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
r17x committed Nov 10, 2023
1 parent 623f59e commit d593076
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
30 changes: 24 additions & 6 deletions go/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion go/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

utils.lib.eachDefaultSystem (system:
let
goVersion = 19;
goVersion = 21;
overlays = [ (final: prev: { go = prev."go_1_${toString goVersion}"; }) ];
pkgs = import nixpkgs { inherit overlays system; };

Expand Down

0 comments on commit d593076

Please sign in to comment.