talent-plan/tinysql

Autograding report GOPATH no set

kikimo opened this issue · 1 comments

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?

i meet this problem in remote autograding also.
image