Skip to content

Commit

Permalink
chore: bump go to 1.19, requirement from grpc pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fbac committed Jul 26, 2024
1 parent e859c5d commit 86c143e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/configs/upgrade-test-package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
pkgs = import ../../../nix { };
fetchEthermint = rev: builtins.fetchTarball "https://github.com/zeta-chain/ethermint/archive/${rev}.tar.gz";
released = pkgs.buildGo118Module rec {
released = pkgs.buildGo119Module rec {
name = "ethermintd";
src = fetchEthermint "5db67f17e6a0a87ea580841be0266f898e3d63d9";
subPackages = [ "cmd/ethermintd" ];
Expand Down

0 comments on commit 86c143e

Please sign in to comment.