parent
17d7ea7876
commit
9d7bd59957
|
@ -1,7 +1,7 @@
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: go
|
language: go
|
||||||
go:
|
go:
|
||||||
- 1.13.x
|
- 1.14.x
|
||||||
sudo: required
|
sudo: required
|
||||||
services:
|
services:
|
||||||
- docker
|
- docker
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
||||||
module github.com/vmware-tanzu/velero
|
module github.com/vmware-tanzu/velero
|
||||||
|
|
||||||
go 1.13
|
go 1.14
|
||||||
|
|
||||||
require (
|
require (
|
||||||
cloud.google.com/go v0.46.2 // indirect
|
cloud.google.com/go v0.46.2 // indirect
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM golang:1.13
|
FROM golang:1.14
|
||||||
|
|
||||||
ENV GO111MODULE=on
|
ENV GO111MODULE=on
|
||||||
# Use a proxy for go modules to reduce the likelihood of various hosts being down and breaking the build
|
# Use a proxy for go modules to reduce the likelihood of various hosts being down and breaking the build
|
||||||
|
|
Loading…
Reference in New Issue