From f87ec974725ee4222d1972268601c8465bc459a8 Mon Sep 17 00:00:00 2001 From: ajanikow <12255597+ajanikow@users.noreply.github.com> Date: Wed, 8 May 2024 09:07:12 +0000 Subject: [PATCH] [Maintenance] Update Go to 1.22.3 --- .circleci/continue_config.yml | 2 +- CHANGELOG.md | 1 + Makefile | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index 9f2dae5fd..9f084b381 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -16,7 +16,7 @@ parameters: executors: golang-executor: docker: - - image: gcr.io/gcr-for-testing/golang:1.22.2 + - image: gcr.io/gcr-for-testing/golang:1.22.3 machine-executor: machine: image: ubuntu-2204:current diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a34f0e77..0af49ff15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - (Feature) (ML) Allow to change API port - (Feature) (ML) Enable TLS - (Feature) (ML) Release V1Beta1 API +- (Maintenance) Update Go to 1.22.3 ## [1.2.40](https://github.com/arangodb/kube-arangodb/tree/1.2.40) (2024-04-10) - (Feature) Add Core fields to the Scheduler Container Spec diff --git a/Makefile b/Makefile index bf3d2043e..2102ae6c2 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ endif TEST_BUILD ?= 0 GOBUILDARGS ?= -GOBASEVERSION := 1.22.2 +GOBASEVERSION := 1.22.3 GOVERSION := $(GOBASEVERSION)-alpine3.18 DISTRIBUTION := alpine:3.15 GOCOMPAT := $(shell sed -En 's/^go (.*)$$/\1/p' go.mod)