Skip to content

Commit 97b0b0d

Browse files
authored
Update Go to 1.18 (#93)
1 parent 1ce3044 commit 97b0b0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
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.17
7+
GOLANG_CONTAINER=golang:1.18
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

+1-1
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.17
3+
go 1.18

0 commit comments

Comments
 (0)