Skip to content

Commit

Permalink
test: fix poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Dec 8, 2023
1 parent a45f9c9 commit 9e42966
Show file tree
Hide file tree
Showing 3 changed files with 1,234 additions and 1,269 deletions.
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import sources.nixpkgs {
test-env = pkgs.callPackage ./testenv.nix {};
})
(_: pkgs: {
cosmovisor = pkgs.buildGo118Module rec {
cosmovisor = pkgs.buildGo121Module rec {
name = "cosmovisor";
src = sources.cosmos-sdk + "/cosmovisor";
subPackages = [ "./cmd/cosmovisor" ];
Expand Down
Loading

0 comments on commit 9e42966

Please sign in to comment.