Skip to content

Commit 3cc61bb

Browse files
authored
Merge branch 'main' into chore/remove-replace
2 parents 8221a7c + 76d45f9 commit 3cc61bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ DOCKER_NETWORK_ALIAS=nginx-plus-test
44
DOCKER_NGINX_PLUS?=nginx-plus
55
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper
66

7-
GOLANG_CONTAINER=golang:1.18
7+
GOLANG_CONTAINER=golang:1.19
88

99
export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
1010
export TEST_API_ENDPOINT_OF_HELPER=http://$(DOCKER_NGINX_PLUS_HELPER):8080/api

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/nginxinc/nginx-plus-go-client
22

3-
go 1.18
3+
go 1.19

0 commit comments

Comments
 (0)