We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1d0c0 commit 2aeb2e3Copy full SHA for 2aeb2e3
.travis.yml
@@ -3,7 +3,7 @@ sudo: required
3
services:
4
- docker
5
go:
6
-- "1.12"
+- "1.13"
7
script:
8
- echo "Nginx ASG sync - commit:${TRAVIS_COMMIT}"
9
- make BUILD_IN_CONTAINER=0 all
Makefile
@@ -1,5 +1,5 @@
1
GO_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.12
+GOLANG_CONTAINER = golang:1.13
BUILD_IN_CONTAINER = 1
all: amazon centos7 ubuntu-xenial amazon2 ubuntu-bionic
0 commit comments