geofffranks / spruce

A BOSH template merge tool
MIT License
426 stars 77 forks source link

Bump Go version to `1.15` #339

Closed HeavyWombat closed 3 years ago

HeavyWombat commented 3 years ago

There are multiple spots where the Go version is specified and they are currently not in sync.

Set Go version 1.15 as the new default in Go modules, Travis, and CI.

Run go mod vendor and go mod tidy to make sure the modules are fine.