It works fine whe I try run make test-proj1 locally, but when I submit the code the autograding workflow reports error as below:
Makefile:7: *** Please set the environment variable GOPATH before running `make`. Stop.
❌ proj1
::error::Error: Exit with code: 2 and signal: null
Am I missing some configs? How can I make the autograding work?