diff --git a/Makefile b/Makefile index 38f7cc66..07b9e4bc 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.17 +GOLANG_CONTAINER=golang:1.18 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 00c22674..8a321388 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/nginxinc/nginx-plus-go-client -go 1.17 +go 1.18