Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Make Clear That Go 1.20 is Expected #340

Open
jspeed-meyers opened this issue Aug 11, 2023 · 0 comments
Open

Docs: Make Clear That Go 1.20 is Expected #340

jspeed-meyers opened this issue Aug 11, 2023 · 0 comments
Labels
bug Something isn't working needs-triage applied to all new customer/user issues. Removed after triage occurs.

Comments

@jspeed-meyers
Copy link

Description

When I cloned and then installed wolfictl, I ran into an error because, I think, the go version on my machine was 1.19, less than 1.20. Is this expected? If so, should the README note that the Go version is expected to be 1.20? Apologies if this is an inane question. I don't consider myself competent in Go.

I ran this:

➜  public git clone git@github.com:wolfi-dev/wolfictl.git wolfictl && cd $_

Then this:

➜  wolfictl git:(main) go install`
...
go: downloading modernc.org/memory v1.5.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
# github.com/chainguard-dev/go-apk/pkg/apk
../../../../go/pkg/mod/github.com/chainguard-dev/go-apk@v0.0.0-20230710230135-7fc46e8b3c4d/pkg/apk/expandapk.go:89:16: undefined: errors.Join
note: module requires Go 1.20

note: module requires Go 1.20 seemed to indicate that I needed Go 1.20, at least.

@jspeed-meyers jspeed-meyers added bug Something isn't working needs-triage applied to all new customer/user issues. Removed after triage occurs. labels Aug 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs-triage applied to all new customer/user issues. Removed after triage occurs.
Projects
None yet
Development

No branches or pull requests

1 participant