chore: upgrade go to 1.18 and update Go dependencies

This commit is contained in:
Julien Neuhart
2022-03-21 16:46:15 +01:00
parent 64ea2b6d3b
commit 5e615cab52
3 changed files with 35 additions and 42 deletions

View File

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