Plugin error setup.mk

I am trying to develop a plugin for Mattermost, however, I am having problems running make, which generates an error: “build/setup.mk:4: *** “go is not available: see Download and install - The Go Programming Language”. Stop.”
The message is shown by the line in the setup.mk file:
ifeq ($(GO),)
$(error “go is not available: see Download and install - The Go Programming Language”)
endif
I already have Go installed and configured in the PATH.

Hello Gerson,

Did you find any solution about this ? i’m facing the same probleme

Mattermost might be a good place to ask.

I haven’t found a solution to the problem; I was working with the base of other plugins I found.