Open kubex75 opened 6 years ago
Hi
When trying to compile i receive:
# github.com/atlassian/go-sentry-api vendor/src/github.com/atlassian/go-sentry-api/client.go:60: unknown http.Client field 'Timeout' in struct literal vendor/src/github.com/atlassian/go-sentry-api/team.go:29: undefined: http.MethodPost vendor/src/github.com/atlassian/go-sentry-api/team.go:40: undefined: http.MethodDelete github.com/reconquest/hierr-go make: *** [build] Error 2
Do you know what could be a cause of this? Thank you
Can you provide what you ran?
When trying to compile atlassian. Problem was in older version of go-lang. After upgrade to the latest, everything run OK, so the issue was solved.
Hi
When trying to compile i receive:
Do you know what could be a cause of this? Thank you