Skip to content

Commit

Permalink
Merge pull request #547 from oasisprotocol/CedarMist/go-1.22.1
Browse files Browse the repository at this point in the history
fix: go 1.22.1 fixes 'toolchain not available'
  • Loading branch information
CedarMist authored Mar 27, 2024
2 parents c2ee31d + 115f02d commit 9fb1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/oasisprotocol/oasis-web3-gateway

go 1.22
go 1.22.1

replace (
// Should be synced with Oasis Core as replace directives are not propagated.
Expand Down

0 comments on commit 9fb1511

Please sign in to comment.