From bce383b3335a2dad70fd4a90c22c7d85a9fdbab0 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Fri, 30 Aug 2024 17:56:35 +0200 Subject: [PATCH] Back to Go 1.22 --- .circleci/config.yml | 2 +- Makefile | 2 +- go.mod | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c302f05ba..bb54e169b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ version: 2.1 parameters: golang-tag: type: string - default: "1.23" + default: "1.22" nodejs-ver: type: integer default: 16 diff --git a/Makefile b/Makefile index 6da726135..a2fd78ace 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL:= /bin/bash DEBUG_FLAG?=false -GO_VERSION=1.23 +GO_VERSION=1.22 ifeq ($(DEBUG), "true") BINDATA_OPTS="-debug" diff --git a/go.mod b/go.mod index 21969d328..bca8f2043 100644 --- a/go.mod +++ b/go.mod @@ -1,8 +1,8 @@ module github.com/ProxeusApp/proxeus-core -go 1.23 +go 1.22 -toolchain go1.23.0 +toolchain go1.22.0 require ( github.com/SparkPost/gosparkpost v0.2.0