The GitHub test and build actions are failing related to go dependencies:
Error: main.go:7:2: cannot find package "github.com/joho/godotenv" in any of:
/opt/hostedtoolcache/go/1.2.2/x64/src/pkg/github.com/joho/godotenv (from $GOROOT)
($GOPATH not set)
Describe the bug
The GitHub test and build actions are failing related to go dependencies:
These should ideally run both
go test
on all packages in the repository.go build
to ensure building the binary works.Steps to reproduce
https://github.com/open-sauced/pizza/actions
Browsers
No response
Additional context (Is this in dev or production?)
No response
Code of Conduct
Contributing Docs