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.
2 parents 8221a7c + 76d45f9 commit 3cc61bbCopy full SHA for 3cc61bb
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.18
+GOLANG_CONTAINER=golang:1.19
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.18
+go 1.19
0 commit comments