Skip to content

cmd/fyne: command ”get” is broken with Go 1.22 #4684

Closed
@Guddler

Description

Checklist

  • I have searched the issue tracker for open issues that relate to the same problem, before opening a new one.
  • This issue only relates to a single bug. I will open new issues for any other problems.

Describe the bug

Generally my Golang installation is working OK. I have previously used an old version of Fyne (1.x) and I don't recall any issues. I'm now trying to install fyne_settings with the command fyne get github.com/fyne-io/fyne/cmd/fyne_settings and I can't get past the dreaded error "go: modules disabled by GO111MODULE=off" when in fact, that is not the case.

Here is the output:

fyne get github.com/fyne-io/fyne/cmd/fyne_settings
go: modules disabled by GO111MODULE=off; see 'go help modules'
exit status 1

go env | grep GO111MODULE
GO111MODULE='auto'

echo $GO111MODULE

 

How to reproduce

  1. From command prompt enter fyne get github.com/fyne-io/fyne/cmd/fyne_settings
  2. Observe that it probably worsks for you.
  3. It doesn't for me!

Screenshots

No response

Example code

Code is not relevant to this issue

Fyne version

v2.4.4

Go compiler version

1.22.0

Operating system and version

macOS Monterey

Additional Information

Clearly, given nobody else seems to be reporting this problem, this is highly likely a 'me' problem but I'm not sure where to start.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    blockerItems that would block a forthcoming releasebugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions