File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1313      - name : Install Golang 
1414        uses : actions/setup-go@v4 
1515        with :
16-           go-version : ' 1.21 .x' 
16+           go-version : ' 1.22 .x' 
1717      - name : Build rvsol 
1818        run : forge build 
1919        working-directory : rvsol 
3838      - name : Install Golang 
3939        uses : actions/setup-go@v5 
4040        with :
41-           go-version : ' 1.21 .x' 
41+           go-version : ' 1.22 .x' 
4242      - name : Build FFI 
4343        run : go build 
4444        working-directory : rvgo/scripts/go-ffi 
6666      - uses : actions/checkout@v4 
6767      - uses : actions/setup-go@v5 
6868        with :
69-           go-version : ' 1.21 .x' 
69+           go-version : ' 1.22 .x' 
7070          cache : false 
7171      - name : golangci-lint 
7272        uses : golangci/golangci-lint-action@v4 
8383      - name : Install Golang 
8484        uses : actions/setup-go@v5 
8585        with :
86-           go-version : ' 1.21 .x' 
86+           go-version : ' 1.22 .x' 
8787      - name : Check if optimism submodule version matches go.mod version 
8888        run : ./.github/scripts/check_versions.sh 
8989
9696        run : git submodule update --init 
9797      - uses : actions/setup-go@v5 
9898        with :
99-           go-version : ' 1.21 .x' 
99+           go-version : ' 1.22 .x' 
100100      - name : Build asterisc 
101101        run : make build-rvgo && cp rvgo/bin/asterisc tests/op-program-test/ 
102102      - name : Build op-program 
Original file line number Diff line number Diff line change 11module  github.com/ethereum-optimism/asterisc 
22
3- go  1.21  
3+ go  1.22  
44
5- toolchain  go1.21.1  
5+ toolchain  go1.22.7  
66
77replace  github.com/ethereum/go-ethereum  v1.14.8  => github.com/ethereum-optimism/op-geth  v1.101408.0-rc.4.0.20240827042333-110c433a2469 
88
Original file line number Diff line number Diff line change 11module  minimal 
22
3- go  1.21  
3+ go  1.22  
44
5- toolchain  go1.21.1  
5+ toolchain  go1.22.7  
Original file line number Diff line number Diff line change 11module  simple 
22
3- go  1.21  
3+ go  1.22  
44
5- toolchain  go1.21.1  
5+ toolchain  go1.22.7  
66
77require  (
88	github.com/ethereum-optimism/optimism  v1.7.3 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments