From 02b1814d04bfef0d407a71b475ad37d4d3bad3ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yannig=20Perr=C3=A9?= Date: Mon, 1 Apr 2024 20:54:18 +0200 Subject: [PATCH] :arrow_up: Update go version --- .github/workflow-config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflow-config.json b/.github/workflow-config.json index d419d6c2..c692dc84 100644 --- a/.github/workflow-config.json +++ b/.github/workflow-config.json @@ -1,5 +1,5 @@ { - "go-version": "1.19.4", + "go-version": "1.22.1", "deploy": { "pull-request": true, "sign-docker-image": false,