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 1ce3044 commit 97b0b0dCopy full SHA for 97b0b0d
Makefile
@@ -4,7 +4,7 @@ DOCKER_NETWORK_ALIAS=nginx-plus-test
4
DOCKER_NGINX_PLUS?=nginx-plus
5
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper
6
7
-GOLANG_CONTAINER=golang:1.17
+GOLANG_CONTAINER=golang:1.18
8
9
export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
10
export TEST_API_ENDPOINT_OF_HELPER=http://$(DOCKER_NGINX_PLUS_HELPER):8080/api
go.mod
@@ -1,3 +1,3 @@
1
module github.com/nginxinc/nginx-plus-go-client
2
3
-go 1.17
+go 1.18
0 commit comments