File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo: required
33services :
44- docker
55go :
6- - " 1.14 "
6+ - " 1.15 "
77script :
88- echo "Nginx ASG sync - commit:${TRAVIS_COMMIT}"
99- make BUILD_IN_CONTAINER=0 all
Original file line number Diff line number Diff line change 11GO_DOCKER_RUN = docker run --rm -v $(shell pwd) :/go/src/github.com/nginxinc/nginx-asg-sync -v $(shell pwd) /build_output:/build_output -w /go/src/github.com/nginxinc/nginx-asg-sync/cmd/sync
2- GOLANG_CONTAINER = golang:1.14
2+ GOLANG_CONTAINER = golang:1.15
33BUILD_IN_CONTAINER = 1
44GOFLAGS ?= -mod=vendor
55
Original file line number Diff line number Diff line change 11module github.com/nginxinc/nginx-asg-sync
22
3- go 1.14
3+ go 1.15
44
55require (
66 github.com/Azure/azure-sdk-for-go v42.3.0+incompatible
You can’t perform that action at this time.
0 commit comments