Skip to content

Commit

Permalink
go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sechmann committed Sep 2, 2024
1 parent ec24848 commit 3564570
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
pname = "nais";
inherit version;
src = ./.;
vendorHash = "sha256-HpJLxSxgbv3azrg2kvjHp301b36uYzx8oUcuMe8Oocw=";
vendorHash = "sha256-p/a/jTn8C5wZYlS/7b5YT0rPKtST5JGPZQ6Nahha0yQ=";
postInstall = ''
mv $out/bin/cli $out/bin/nais
'';
Expand Down
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module github.com/nais/cli

go 1.22.0
go 1.22.1

toolchain go1.22.6

require (
Expand Down

0 comments on commit 3564570

Please sign in to comment.