Skip to content

Commit fbe4e2f

Browse files
authored
Update Go version to 1.17 (#84)
1 parent 8b60648 commit fbe4e2f

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.16
7+
GOLANG_CONTAINER=golang:1.17
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.16
3+
go 1.17

0 commit comments

Comments
 (0)