atc0005 / go-nagios

Shared Golang package for Nagios plugins
MIT License
8 stars 3 forks source link

GitHub Actions Workflow uses shallow build depth #32

Closed atc0005 closed 4 years ago

atc0005 commented 4 years ago

When updating the workflows for #21, I ended up replacing the build command with syntax that for the moment works, but will fail just as soon as any subpackages are created.

I unintentionally made this change in 90974cf5cdd507b967c9511fd93f38b68e0a759b:

-go build -v -mod=vendor ./...
+go build -v -mod=vendor .