chore: upgrade Go version to 1.17

This commit is contained in:
Julien Neuhart
2021-08-27 12:54:07 +02:00
parent a5828fa01a
commit f43a63ac6e
3 changed files with 25 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ help: ## Show the help
.PHONY: it
it: build build-tests ## Initialize the development environment
GOLANG_VERSION=1.16
GOLANG_VERSION=1.17
DOCKER_REGISTRY=gotenberg
GOTENBERG_VERSION=snapshot
GOTENBERG_USER_GID=1001