You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(cd app-starter-go ; echo "\nRunning \"pnpm update\" in \"app-starter-go\"" ; pnpm update --save ; echo "\nRunning \"go get -u\" in \"app-starter-go\"" ; GONOSUMDB=github.com/modiimedia/arri go get -u ; echo "\nRunning \"go mod tidy\" in \"app-starter-go\"" ; go mod tidy)