Skip to content

Commit

Permalink
Update Go version to 1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean-Coakley committed Aug 14, 2020
1 parent fe52e20 commit 58271f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ DOCKER_NETWORK_ALIAS=nginx-plus-test
DOCKER_NGINX_PLUS?=nginx-plus
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper

GOLANG_CONTAINER=golang:1.14
GOLANG_CONTAINER=golang:1.15
GOLANGCI_CONTAINER=golangci/golangci-lint:v1.27-alpine

export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
Expand Down Expand Up @@ -55,4 +55,4 @@ test-run-no-stream-block: configure-no-stream-block
clean:
-docker kill $(DOCKER_NGINX_PLUS)
-docker kill $(DOCKER_NGINX_PLUS_HELPER)
-docker network rm $(DOCKER_NETWORK)
-docker network rm $(DOCKER_NETWORK)

0 comments on commit 58271f9

Please sign in to comment.