Skip to content

Commit

Permalink
Update Go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley authored Aug 14, 2020
1 parent f65e197 commit c987214
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: required
services:
- docker
go:
- "1.14"
- "1.15"
script:
- echo "Nginx ASG sync - commit:${TRAVIS_COMMIT}"
- make BUILD_IN_CONTAINER=0 all
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
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
GOLANG_CONTAINER = golang:1.14
GOLANG_CONTAINER = golang:1.15
BUILD_IN_CONTAINER = 1
GOFLAGS ?= -mod=vendor

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nginxinc/nginx-asg-sync

go 1.14
go 1.15

require (
github.com/Azure/azure-sdk-for-go v42.3.0+incompatible
Expand Down

0 comments on commit c987214

Please sign in to comment.