Skip to content

Commit

Permalink
fix nix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihuang committed Feb 21, 2024
1 parent fb2d974 commit 1a6bc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import sources.nixpkgs {
(import "${sources.gomod2nix}/overlay.nix")
(import ./build_overlay.nix)
(pkgs: prev: {
go = pkgs.go_1_20;
go = pkgs.go_1_22;
test-env = pkgs.callPackage ./testenv.nix { };
lint-ci = pkgs.writeShellScriptBin "lint-ci" ''
EXIT_STATUS=0
Expand Down

0 comments on commit 1a6bc68

Please sign in to comment.