diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9ad4e3799d..bf7bb9977e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -69,8 +69,13 @@ jobs: name: Check gomod2nix.toml file is up to date runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 - - uses: cachix/install-nix-action@v18 + - uses: actions/checkout@v3 + - uses: cachix/install-nix-action@v26 + with: + nix_path: nixpkgs=channel:nixos-23.11 + - uses: cachix/cachix-action@v14 + with: + name: crypto-ethermint - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | @@ -79,4 +84,5 @@ jobs: run: | nix run -f ./nix gomod2nix git diff --no-ext-diff --exit-code - if: env.GIT_DIFF +# Run gomod2nix job every time, until we're sure it's stable +# if: env.GIT_DIFF diff --git a/gomod2nix.toml b/gomod2nix.toml index ddeef71e92..bbf33beca6 100644 --- a/gomod2nix.toml +++ b/gomod2nix.toml @@ -627,4 +627,4 @@ schema = 3 hash = "sha256-sVQY9EQ9Y5blYyVYfaOa+y12e+399OqdHiEY3BaDnqo=" [mod."sigs.k8s.io/yaml"] version = "v1.4.0" - hash = "sha256-Hd/M0vIfIVobDd87eb58p1HyVOjYWNlGq2bRXfmtVno=" \ No newline at end of file + hash = "sha256-Hd/M0vIfIVobDd87eb58p1HyVOjYWNlGq2bRXfmtVno=" diff --git a/nix/sources.json b/nix/sources.json index af2c021d9c..30e9839710 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -17,10 +17,10 @@ "homepage": null, "owner": "tweag", "repo": "gomod2nix", - "rev": "40d32f82fc60d66402eb0972e6e368aeab3faf58", - "sha256": "0li17ynbg2wg0xqy655m5rmcw905sbv7d4ir35z7s5pg1yhhzxkp", + "rev": "30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6", + "sha256": "1m0q0p1xidsp61xfrbj8ld1dqk3fhyrfifxj2ks36yjbnzmi1x69", "type": "tarball", - "url": "https://github.com/tweag/gomod2nix/archive/40d32f82fc60d66402eb0972e6e368aeab3faf58.tar.gz", + "url": "https://github.com/tweag/gomod2nix/archive/30e3c3a9ec4ac8453282ca7f67fca9e1da12c3e6.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "niv": {