Skip to content

Commit

Permalink
flake.nix: build tailscale with go 1.22
Browse files Browse the repository at this point in the history
Updates #cleanup

Signed-off-by: David Anderson <danderson@tailscale.com>
  • Loading branch information
danderson committed Feb 12, 2024
1 parent 370ecb4 commit 58b8f78
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# So really, this flake is for tailscale devs to dogfood with, if
# you're an end user you should be prepared for this flake to not
# build periodically.
tailscale = pkgs: pkgs.buildGo121Module rec {
tailscale = pkgs: pkgs.buildGo122Module rec {
name = "tailscale";

src = ./.;
Expand Down Expand Up @@ -112,7 +112,7 @@
gotools
graphviz
perl
go_1_21
go_1_22
yarn
];
};
Expand Down

0 comments on commit 58b8f78

Please sign in to comment.