fix(go.mod): update Go version to 1.23.6 #749
Reference in New Issue
Block a user
Delete Branch "update-go-version-and-toolchain"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes the Go version locking for 1.21 and updates it to
1.23.6 for compatibility with the current toolchain. This
ensures that the module uses the correct Go version for
building and running the application.