From fbe4e2fc64089dd1da6b207d0c2dd7cad45ce98d Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 20 Aug 2021 01:23:54 -0700 Subject: [PATCH] Update Go version to 1.17 (#84) --- Makefile | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c75190b4..79fe073b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ DOCKER_NETWORK_ALIAS=nginx-plus-test DOCKER_NGINX_PLUS?=nginx-plus DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper -GOLANG_CONTAINER=golang:1.16 +GOLANG_CONTAINER=golang:1.17 export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api export TEST_API_ENDPOINT_OF_HELPER=http://$(DOCKER_NGINX_PLUS_HELPER):8080/api diff --git a/go.mod b/go.mod index 87e1b8de..00c22674 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/nginxinc/nginx-plus-go-client -go 1.16 +go 1.17