Explorar o código

latest compiler

Hadrien Croubois %!s(int64=2) %!d(string=hai) anos
pai
achega
5c859049e6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/formal-verifiation.yml

+ 1 - 1
.github/workflows/formal-verifiation.yml

@@ -38,7 +38,7 @@ jobs:
         run: pip install certora-cli
       - name: Install solc
         run: |
-          wget https://github.com/ethereum/solidity/releases/download/v0.8.17/solc-static-linux
+          wget https://github.com/ethereum/solidity/releases/download/v0.8.19/solc-static-linux
           sudo mv solc-static-linux /usr/local/bin/solc
           chmod +x /usr/local/bin/solc
       - name: Verify rule ${{ matrix.params }}