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 fe52e20 commit 58271f9Copy full SHA for 58271f9
Makefile
@@ -5,7 +5,7 @@ DOCKER_NETWORK_ALIAS=nginx-plus-test
5
DOCKER_NGINX_PLUS?=nginx-plus
6
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper
7
8
-GOLANG_CONTAINER=golang:1.14
+GOLANG_CONTAINER=golang:1.15
9
GOLANGCI_CONTAINER=golangci/golangci-lint:v1.27-alpine
10
11
export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
@@ -55,4 +55,4 @@ test-run-no-stream-block: configure-no-stream-block
55
clean:
56
-docker kill $(DOCKER_NGINX_PLUS)
57
-docker kill $(DOCKER_NGINX_PLUS_HELPER)
58
- -docker network rm $(DOCKER_NETWORK)
+ -docker network rm $(DOCKER_NETWORK)
0 commit comments