Skip to content

Commit

Permalink
test: Update go ver to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
dudong2 committed Sep 8, 2024
1 parent f19d0a1 commit b3082d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import sources.nixpkgs {
go-ethereum = pkgs.callPackage ./go-ethereum.nix {
inherit (pkgs.darwin) libobjc;
inherit (pkgs.darwin.apple_sdk.frameworks) IOKit;
buildGoModule = pkgs.buildGo120Module;
buildGoModule = pkgs.buildGo121Module;
};
}) # update to a version that supports eip-1559
(import "${sources.poetry2nix}/overlay.nix")
Expand All @@ -24,7 +24,7 @@ import sources.nixpkgs {
})
(_: pkgs: { test-env = pkgs.callPackage ./testenv.nix { }; })
(_: pkgs: {
cosmovisor = pkgs.buildGo120Module rec {
cosmovisor = pkgs.buildGo121Module rec {
name = "cosmovisor";
src = sources.cosmos-sdk + "/cosmovisor";
subPackages = [ "./cmd/cosmovisor" ];
Expand Down

0 comments on commit b3082d7

Please sign in to comment.