Skip to content

Commit 2aeb2e3

Browse files
Vighneswar Rao Bojjabvighnesha
authored andcommitted
Update Go version to 1.13
1 parent af1d0c0 commit 2aeb2e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
services:
44
- docker
55
go:
6-
- "1.12"
6+
- "1.13"
77
script:
88
- echo "Nginx ASG sync - commit:${TRAVIS_COMMIT}"
99
- make BUILD_IN_CONTAINER=0 all

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
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
2+
GOLANG_CONTAINER = golang:1.13
33
BUILD_IN_CONTAINER = 1
44

55
all: amazon centos7 ubuntu-xenial amazon2 ubuntu-bionic

0 commit comments

Comments
 (0)