You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# golang.org/x/tools/go/types/objectpath
/go/src/golang.org/x/tools/go/types/objectpath/objectpath.go:397:10: meth.Origin undefined (type *types.Func has no field or method Origin)
Error: running "go get golang.org/x/lint/golint" failed with exit code 2
🚨 Error: The command exited with status 2
user command error: exit status 2
The text was updated successfully, but these errors were encountered:
This repository doesn't have a .go-version file so possibly the Go version is too old.
Thanks! I took a quick look both steps, including the failing lint steps seem to run using the docker image golang:${SETUP_GOLANG_VERSION} where SETUP_GOLANG_VERSION: '1.18.10'.
I tried the reproduction locally and using a newer docker image seems to work fine.
When raising a new PR, e.g. #103
we see the following failure (bk link):
The text was updated successfully, but these errors were encountered: