Skip to content

Commit

Permalink
Update toolchain and go versions to fix the gomod issue
Browse files Browse the repository at this point in the history
Signed-off-by: ytimocin <[email protected]>
  • Loading branch information
ytimocin committed Mar 3, 2025
1 parent ace46d7 commit 99e0766
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module github.com/radius-project/radius

go 1.23.0
toolchain go1.23.6
go 1.23.5

toolchain go1.24.0

require (
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.0
Expand Down

0 comments on commit 99e0766

Please sign in to comment.