chore: upgrade Go version to 1.17 (#334)

This commit is contained in:
Julien Neuhart
2021-08-27 13:46:44 +02:00
committed by GitHub
parent a5828fa01a
commit e157066bcc
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