Skip to content

Commit

Permalink
fix go.mod for go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jan 8, 2024
1 parent 0a27703 commit 2b51e41
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/offchainlabs/nitro

go 1.21

toolchain go1.21.5
go 1.20

replace github.com/VictoriaMetrics/fastcache => ./fastcache

Expand Down
Loading

0 comments on commit 2b51e41

Please sign in to comment.