Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 397 forks source link

Update Go version in CircleCI #873

Closed radu-matei closed 5 years ago

radu-matei commented 5 years ago

Because currently the CircleCI environment is built on Go 1.9, using any Go 1.10+ features results in the build failing:

GOBIN=/go/src/github.com/Azure/draft/bin go install 

# github.com/Azure/draft/pkg/cmdline
pkg/cmdline/cmdline.go:180:16: undefined: strings.Builder
Makefile:28: recipe for target 'build' failed
make: *** [build] Error 2
Exited with code 2

This currently affects #871

We should update the CircleCI environment to the latest Go release and this issue tracks the progress for that.