Skip to content

Commit

Permalink
Update Go to 1.18 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed May 12, 2022
1 parent 1ce3044 commit 97b0b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DOCKER_NETWORK_ALIAS=nginx-plus-test
DOCKER_NGINX_PLUS?=nginx-plus
DOCKER_NGINX_PLUS_HELPER?=nginx-plus-helper

GOLANG_CONTAINER=golang:1.17
GOLANG_CONTAINER=golang:1.18

export TEST_API_ENDPOINT=http://$(DOCKER_NGINX_PLUS):8080/api
export TEST_API_ENDPOINT_OF_HELPER=http://$(DOCKER_NGINX_PLUS_HELPER):8080/api
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/nginxinc/nginx-plus-go-client

go 1.17
go 1.18

0 comments on commit 97b0b0d

Please sign in to comment.