diff --git a/.github/workflows/continuous_integration.yml b/.github/workflows/continuous_integration.yml index 4e9dd3c8..0c4f5b1b 100644 --- a/.github/workflows/continuous_integration.yml +++ b/.github/workflows/continuous_integration.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Go uses: actions/setup-go@v5 with: - go-version: '1.21' + go-version: '1.22' cache: false - name: Checkout source code uses: actions/checkout@v4 diff --git a/Makefile b/Makefile index 51f5d34d..e81a924c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ help: ## Show the help .PHONY: it it: build build-tests ## Initialize the development environment -GOLANG_VERSION=1.21 +GOLANG_VERSION=1.22 DOCKER_REPOSITORY=gotenberg GOTENBERG_VERSION=snapshot GOTENBERG_USER_GID=1001 diff --git a/go.mod b/go.mod index 095d191b..f551af80 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/gotenberg/gotenberg/v8 -go 1.21 +go 1.22 require ( github.com/alexliesenfeld/health v0.8.0