Skip to content

Commit 58271f9

Browse files
authored
Update Go version to 1.15
1 parent fe52e20 commit 58271f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DOCKER_NETWORK_ALIAS=nginx-plus-test
55
DOCKER_NGINX_PLUS?=nginx-plus
66
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper
77

8-
GOLANG_CONTAINER=golang:1.14
8+
GOLANG_CONTAINER=golang:1.15
99
GOLANGCI_CONTAINER=golangci/golangci-lint:v1.27-alpine
1010

1111
export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
@@ -55,4 +55,4 @@ test-run-no-stream-block: configure-no-stream-block
5555
clean:
5656
-docker kill $(DOCKER_NGINX_PLUS)
5757
-docker kill $(DOCKER_NGINX_PLUS_HELPER)
58-
-docker network rm $(DOCKER_NETWORK)
58+
-docker network rm $(DOCKER_NETWORK)

0 commit comments

Comments
 (0)