i'm running
go version go1.20.5 linux/amd64 

when I attempt to run 'go list' to find any updated to dependant
modules, it fails.

go list -m -u all
go: updates to go.sum needed, disabled by -mod=readonly

I've checked, and my go.mod and go.sum files are 777

-rwxrwxrwx 1 pfarrell pfarrell  408 Oct  1 10:37 go.mod*
-rwxrwxrwx 1 pfarrell pfarrell 3025 Oct  1 10:37 go.sum*

What am I doing wrong?
How do I get a list of updated modules?

thanks
pat

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/52bbc732-7f34-42a4-be1f-aebfe261d6d7n%40googlegroups.com.

Reply via email to