Skip to content

Commit

Permalink
chore(go): update to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
gulien committed Mar 15, 2024
1 parent 5ad90cc commit a780373
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/gotenberg/gotenberg/v8

go 1.21
go 1.22

require (
github.com/alexliesenfeld/health v0.8.0
Expand Down

0 comments on commit a780373

Please sign in to comment.