Add command to work around auth issues (#15)

This commit is contained in:
Francesco Renzi
2025-11-10 10:41:03 +00:00
committed by GitHub
parent 5f370484a7
commit c2f0a53402
+7
View File
@@ -18,6 +18,13 @@ You can install the example with:
go install github.com/actions/scaleset/examples/dockerscaleset@latest
```
If this fails you should also try running the command with
```bash
GONOSUMDB=github.com/actions/scaleset GOPRIVATE=github.com/actions/scaleset go
install github.com/actions/scaleset/examples/dockerscaleset@latest
```
You'll then need:
- Docker installed and running on your machine.